Skip to content

Commit 8c240de

Browse files
committed
Update npm in CI
Signed-off-by: paulober <[email protected]>
1 parent 480a695 commit 8c240de

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
cache: 'npm'
2121
- name: Install Dependencies
2222
run: |
23+
npm install -g npm
2324
npm i -g @vscode/vsce ovsx
2425
npm ci
2526
- name: Lint Extension

.github/workflows/static.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
python-version: '3.11'
4343
- name: Install Dependencies
4444
run: |
45+
npm install -g npm
4546
npm ci
4647
pip install requests js2py
4748
- name: Generate Cache JSON

0 commit comments

Comments
 (0)