Skip to content

Commit

Permalink
Merge pull request #821 from yunnysunny/feature/ci-fix
Browse files Browse the repository at this point in the history
ci: fix broken github action cache saving
  • Loading branch information
titanism committed Apr 13, 2023
2 parents 25920e7 + 5d48749 commit c1b8f9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Expand Up @@ -27,7 +27,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
path: ~/.npm
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/yarn.lock') }}
- name: Install Dependencies On Old Node ${{ matrix.node-version }}
if: ${{ matrix.test-on-old-node == '1' }}
run: node ci/remove-deps-4-old-node.js && yarn install --ignore-scripts
Expand Down

0 comments on commit c1b8f9d

Please sign in to comment.