Skip to content

Commit

Permalink
Tweak github test matrix to test on node 16, 18 and 20
Browse files Browse the repository at this point in the history
  • Loading branch information
luispabon committed Oct 11, 2023
1 parent 4d6bf04 commit f4608eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
strategy:
matrix:
node_container:
- node:12-alpine
- node:14-alpine
- node:16-alpine
- node:18-alpine
- node:20-alpine

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

0 comments on commit f4608eb

Please sign in to comment.