Skip to content

Commit feaaf8d

Browse files
committed
Fix CI
1 parent 5c6cb35 commit feaaf8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
node-version: ${{ matrix.node }}
2828

2929
- name: Install latest npm
30-
run: npm install --location=global npm@latest
30+
run: npm install --global npm@latest
3131

3232
- run: npm ci
3333

0 commit comments

Comments
 (0)