Skip to content

Commit

Permalink
chore(ci): fix caching
Browse files Browse the repository at this point in the history
apparently, v3 has a fix: actions/setup-node#543
  • Loading branch information
TkDodo committed Sep 29, 2022
1 parent cdaeaba commit 9f68513
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:
- uses: pnpm/[email protected]
with:
version: 7
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: 16.14.2
registry-url: https://registry.npmjs.org/
cache: 'pnpm'
- run: |
pnpm --filter "./packages/**" --filter query install
git config --global user.name 'Tanner Linsley'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: pnpm/[email protected]
with:
version: 7
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: 'pnpm'
Expand Down

0 comments on commit 9f68513

Please sign in to comment.