Skip to content

Commit b4b3df5

Browse files
committed
Try to NOT use cache for CI
1 parent 9c841c5 commit b4b3df5

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ jobs:
6161
run: echo "SKIP_ADDON_COPY=true" >> $GITHUB_ENV
6262

6363
- name: Install dependencies
64-
run: |
65-
npm cache clean --force
66-
npm ci --ignore-scripts
64+
run: npm install --ignore-scripts
6765

6866
- name: Build native addon
6967
if: matrix.vsceTarget != ''

package-lock.json

Lines changed: 0 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)