Skip to content

Commit

Permalink
update npm test system
Browse files Browse the repository at this point in the history
  • Loading branch information
evinism committed Oct 8, 2024
1 parent 84732ff commit 3315103
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 @@ -21,7 +21,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x, 22.x]
os: [ubuntu-18.04, macos-latest, windows-latest]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

Expand All @@ -32,6 +32,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: js/yarn.lock
cache-dependency-path: js/package-lock.json
- run: npm install --dev
- run: npm test

0 comments on commit 3315103

Please sign in to comment.