We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25920e7 + 5d48749 commit c1b8f9dCopy full SHA for c1b8f9d
.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