Skip to content

Commit 58f22ce

Browse files
chore: Update NPM before publishing (#15)
1 parent da6acf4 commit 58f22ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
node-version: '20.x'
2020
registry-url: 'https://registry.npmjs.org'
2121

22+
- name: Update NPM
23+
run: npm install -g npm@latest
24+
2225
- name: Install dependencies
2326
run: npm install
2427

0 commit comments

Comments
 (0)