Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v3 (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 6, 2022
1 parent 8c44875 commit 6978d29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
version: 6.32.7

- name: Set Node.js 16.x
uses: actions/setup-node@v2.5.1
uses: actions/setup-node@v3.3.0
with:
node-version: 16.x
cache: 'pnpm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 6.32.7
- uses: actions/setup-node@v2.5.1
- uses: actions/setup-node@v3.3.0
with:
node-version: 16
cache: 'pnpm'
Expand Down

1 comment on commit 6978d29

@vercel
Copy link

@vercel vercel bot commented on 6978d29 Jul 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.