Skip to content

Commit cd5d423

Browse files
authored
chore(ci): Fix NPM publishing workflow (#772)
1 parent 32e8c27 commit cd5d423

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish_to_npm.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,11 @@ jobs:
3232
uses: actions/setup-node@v6
3333
with:
3434
node-version: 22
35+
registry-url: 'https://registry.npmjs.org'
3536
cache: 'npm'
3637
cache-dependency-path: 'package-lock.json'
38+
- name: Update npm
39+
run: npm install -g npm@latest
3740
- name: Install dependencies
3841
run: |
3942
npm ci

0 commit comments

Comments
 (0)