Skip to content

Commit

Permalink
CI should use the latest Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn committed Oct 19, 2023
1 parent 14b8519 commit 69294ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
check-latest: true
- run: npm ci
- run: npm test
env:
Expand Down

0 comments on commit 69294ad

Please sign in to comment.