Skip to content

Commit acaf3ca

Browse files
committed
No need to explicitly set npm cache anymore
1 parent e4dda48 commit acaf3ca

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ jobs:
88
check:
99
name: Sanity Checks
1010
runs-on: ubuntu-latest
11-
env:
12-
npm_config_cache: ${{ github.workspace }}/.npm-cache
1311
steps:
1412
- name: Checkout repository
1513
uses: actions/checkout@v6
@@ -66,8 +64,6 @@ jobs:
6664
vsceTarget: "alpine-arm64"
6765
runs-on: ${{ matrix.os }}
6866
container: ${{ matrix.container }}
69-
env:
70-
npm_config_cache: ${{ github.workspace }}/.npm-cache
7167
steps:
7268
- name: Install dependencies (Alpine)
7369
if: matrix.container == 'node:lts-alpine'

0 commit comments

Comments
 (0)