Skip to content

Commit fe70479

Browse files
committed
Try to fix CI
1 parent 9702a9a commit fe70479

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
- uses: actions/setup-node@v4
2121
with:
2222
node-version: ${{ matrix.node-version }}
23+
- if: runner.os == 'Windows' && matrix.node-version == '^22'
24+
shell: bash
25+
run: |
26+
npm install -g npm
2327
- name: Install npm@8 for Node.js 14
2428
if: matrix.node-version == '^14.19'
2529
run: npm install --global npm@^8

0 commit comments

Comments
 (0)