Skip to content

Commit 016e6a1

Browse files
committed
Lock npm to 10 for CI
1 parent 4f518a6 commit 016e6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
node-version: 18
5959
- name: Upgrade npm
60-
run: npm i -g npm@latest
60+
run: npm i -g npm@10
6161
- name: Install
6262
run: npm ci
6363
- name: Build

0 commit comments

Comments
 (0)