Skip to content

Commit

Permalink
Merge bcc8c84 into 1bd1c6d
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 4, 2021
2 parents 1bd1c6d + bcc8c84 commit b0e395c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Cache .pnpm-store
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-node${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Cache .pnpm-store
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-node${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down

0 comments on commit b0e395c

Please sign in to comment.