We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4dda48 commit acaf3caCopy full SHA for acaf3ca
.github/workflows/build.yaml
@@ -8,8 +8,6 @@ jobs:
8
check:
9
name: Sanity Checks
10
runs-on: ubuntu-latest
11
- env:
12
- npm_config_cache: ${{ github.workspace }}/.npm-cache
13
steps:
14
- name: Checkout repository
15
uses: actions/checkout@v6
@@ -66,8 +64,6 @@ jobs:
66
64
vsceTarget: "alpine-arm64"
67
65
runs-on: ${{ matrix.os }}
68
container: ${{ matrix.container }}
69
70
71
72
- name: Install dependencies (Alpine)
73
if: matrix.container == 'node:lts-alpine'
0 commit comments