Skip to content

Commit 25f170e

Browse files
committed
ci: dont reinstall npm for release
1 parent b1aefc9 commit 25f170e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ jobs:
6060
uses: actions/setup-node@v1
6161
with:
6262
node-version: '14.15.3'
63-
- name: Install npm
64-
run: npm install -g npm@^6.3.0
6563
- name: Install npm dependencies
6664
run: npm ci
6765
- name: Build VS Code extension

0 commit comments

Comments
 (0)