Skip to content

Commit 6570fa8

Browse files
committed
Install a working npm version in CI
1 parent 14b87cf commit 6570fa8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
uses: actions/setup-node@v4
1515
with:
1616
node-version: ${{ matrix.node }}
17+
- name: Install working npm
18+
run: npm install -g [email protected]
1719
- name: Install
1820
run: npm ci
1921
- name: Build

0 commit comments

Comments
 (0)