Skip to content

Commit

Permalink
Test with matrix.node_version, not node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
kfcampbell committed Oct 19, 2023
1 parent 1b9b561 commit 17c0fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-node@v3
with:
cache: npm
node-version: 16
node-version: ${{ matrix.node_version }}
- run: npm ci
- run: npx jest --coverage
test:
Expand Down

0 comments on commit 17c0fe5

Please sign in to comment.