Skip to content

Commit

Permalink
Update node versions build matrix
Browse files Browse the repository at this point in the history
Changes:

 * Remove node 16 (eol)
 * Add node 22, 23 & 24 (current supported versions)
  • Loading branch information
luispabon committed Jul 22, 2024
1 parent 202ee7d commit fc2555f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ jobs:
strategy:
matrix:
node_container:
- node:16-alpine
- node:18-alpine
- node:20-alpine
- node:22-alpine
- node:23-alpine
- node:24-alpine

env:
NODE_CONTAINER: ${{ matrix.node_container }}
Expand Down

0 comments on commit fc2555f

Please sign in to comment.