We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
release stable
1 parent aff715e commit 3f9d7e8Copy full SHA for 3f9d7e8
.github/workflows/release-stable.yml
@@ -32,18 +32,6 @@ jobs:
32
run: |
33
node ./scripts/swap-engines.js
34
35
- - name: Cache node_modules
36
- uses: actions/cache@v3
37
- with:
38
- path: node_modules
39
- key: ${{ runner.os }}-${{ matrix.node-version }}-node_modules-${{ hashFiles('**/package-lock.json') }}
40
-
41
42
43
44
45
- key: ${{ runner.os }}-${{ env.NODE_VERSION }}-${{ env.CACHE_PREFIX }}-node_modules-${{ hashFiles('**/package-lock.json') }}
46
47
- name: Install dependencies
48
run: npm install
49
0 commit comments