Skip to content

Commit 9c041cd

Browse files
authored
chore: attempt 2 fix ci release (#865)
1 parent f1faa0b commit 9c041cd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ jobs:
4545
with:
4646
node-version: lts/*
4747
cache: 'yarn'
48+
- name: Update npm
49+
run: |
50+
npm install -g npm@latest
51+
npm --version
52+
4853
- name: Install Dependencies
4954
run: yarn install --immutable
5055

0 commit comments

Comments
 (0)