Skip to content

Commit 5f499a7

Browse files
committed
Update npm install command in deploy workflowto use npm i instead of npm ci
1 parent 4f28d13 commit 5f499a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
run: bun install -g @vscode/vsce
102102
- name: Install dependencies (Windows)
103103
if: contains(matrix.os, 'windows')
104-
run: npm ci
104+
run: npm i
105105
env:
106106
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
107107
npm_config_arch: ${{ matrix.npm_config_arch }}

0 commit comments

Comments
 (0)