Skip to content

Commit

Permalink
Fix npm on windows with node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
lenovouser committed May 1, 2024
1 parent dc8c00f commit cd3fb46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: npm
- if: runner.os == 'Windows' && matrix.node-version == '^22'
shell: bash
run: |
npm install -g npm
- run: npm install --no-audit
- run: ./scripts/ci.sh
shell: bash
Expand Down

0 comments on commit cd3fb46

Please sign in to comment.