drop caching from release stable workflow

This commit is contained in:
Robin Malfait 2023-02-08 16:10:21 +01:00
parent aff715eba6
commit 3f9d7e8e71
No known key found for this signature in database
GPG Key ID: 92F53D68B9041AFE

View File

@ -32,18 +32,6 @@ jobs:
run: |
node ./scripts/swap-engines.js
- name: Cache node_modules
uses: actions/cache@v3
with:
path: node_modules
key: ${{ runner.os }}-${{ matrix.node-version }}-node_modules-${{ hashFiles('**/package-lock.json') }}
- name: Cache node_modules
uses: actions/cache@v3
with:
path: node_modules
key: ${{ runner.os }}-${{ env.NODE_VERSION }}-${{ env.CACHE_PREFIX }}-node_modules-${{ hashFiles('**/package-lock.json') }}
- name: Install dependencies
run: npm install