Skip to content

Commit

Permalink
chore: Update ci-nodejs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
blelump authored Sep 7, 2024
1 parent 634977a commit f3d036c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
cache-dependency-path: './bindings/node.js/package-lock.json'
- run: npm ci
working-directory: ./bindings/node.js
- run: npm run test
Expand Down

0 comments on commit f3d036c

Please sign in to comment.