Skip to content

Commit 0030b63

Browse files
committed
ci: update npm
1 parent 0f866a5 commit 0030b63

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ jobs:
101101
uses: actions/setup-node@v6
102102
with:
103103
node-version-file: vscode/.nvmrc
104+
registry-url: https://registry.npmjs.org
105+
package-manager-cache: false
106+
107+
- name: Update npm
108+
run: npm install -g npm@latest
104109

105110
- name: Install Dependencies
106111
run: |

0 commit comments

Comments
 (0)