Skip to content

Commit

Permalink
fix(deps): upgrade some workflow deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ruiaraujo012 committed Aug 4, 2024
1 parent 9308eef commit 1cf9690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ jobs:
with:
fetch-depth: '0'
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 9
uses: pnpm/action-setup@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"url": "https://github.com/sponsors/ruiaraujo012"
},
"type": "module",
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.6.0",
"exports": {
".": {
"import": {
Expand Down

0 comments on commit 1cf9690

Please sign in to comment.