Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #118 from wp-pot/ab89dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-v2.1.1

Bump actions/cache from v1 to v2
  • Loading branch information
rasmusbe authored Oct 1, 2020
2 parents d51d78d + ba226c1 commit afd5c13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- uses: actions/cache@v1
- uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-${{ matrix.node-version }}-node-${{ hashFiles('**/package-lock.json') }}
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-${{ matrix.node-version }}-node-
${{ runner.os }}-node-
- name: npm install and test
run: |
npm ci
Expand Down

0 comments on commit afd5c13

Please sign in to comment.