Skip to content

Commit

Permalink
Run on current release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Nov 14, 2024
1 parent c5d4c40 commit 32f430d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [ 22.x, 20.x, 18.x ]
node-version: [ current, 22.x, 20.x, 18.x ]
#- '17'
#- '17'
#- '16'
Expand All @@ -39,6 +39,5 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npm test

0 comments on commit 32f430d

Please sign in to comment.