Skip to content

Commit

Permalink
Since lock file was kinda broken, try the matrix again
Browse files Browse the repository at this point in the history
  • Loading branch information
slahtine committed Aug 27, 2024
1 parent db8d332 commit a2772ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [20.12.2]
node-version: [18.x, 20.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -23,6 +23,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install
- run: npm ci
- run: npm run lint
- run: npm test

0 comments on commit a2772ef

Please sign in to comment.