Skip to content

Commit 3b32e04

Browse files
committed
chore: pin npm to 8
1 parent e381d7b commit 3b32e04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
# https://github.com/bahmutov/npm-install/issues/103#issuecomment-931226602
3030
- name: Update NPM
31-
run: npm install --global npm
31+
run: npm install --global npm@8
3232

3333
- name: Install Dependencies
3434
run: npm ci

0 commit comments

Comments
 (0)