We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc16137 commit 39f70b7Copy full SHA for 39f70b7
.github/workflows/main.yml
@@ -57,7 +57,7 @@ jobs:
57
node-version: ${{ env.NODE_VERSION }}
58
59
- name: install node deps
60
- run: npm ci
+ run: npm install
61
62
- name: install vscode marketplace cli (vsce)
63
run: npm install -g vsce
0 commit comments