We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25920e7 commit 5d48749Copy full SHA for 5d48749
.github/workflows/node.js.yml
@@ -27,7 +27,8 @@ jobs:
27
uses: actions/setup-node@v3
28
with:
29
node-version: ${{ matrix.node-version }}
30
- cache: 'npm'
+ path: ~/.npm
31
+ key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/yarn.lock') }}
32
- name: Install Dependencies On Old Node ${{ matrix.node-version }}
33
if: ${{ matrix.test-on-old-node == '1' }}
34
run: node ci/remove-deps-4-old-node.js && yarn install --ignore-scripts
0 commit comments