Skip to content

Commit 39f70b7

Browse files
committed
npm ci -> install
1 parent fc16137 commit 39f70b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
node-version: ${{ env.NODE_VERSION }}
5858

5959
- name: install node deps
60-
run: npm ci
60+
run: npm install
6161

6262
- name: install vscode marketplace cli (vsce)
6363
run: npm install -g vsce

0 commit comments

Comments
 (0)