Skip to content

Commit bc6be57

Browse files
committed
chore(ci): pin npm v9
1 parent 278afbb commit bc6be57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
node-version: ${{ matrix.node }}
3131
registry-url: 'https://registry.npmjs.org'
3232
cache: 'npm'
33+
- run: npm install -g [email protected]
3334
- run: npm ci
3435
- run: npm run build --if-present
3536
- run: npm test

0 commit comments

Comments
 (0)