Skip to content

Commit

Permalink
wiip
Browse files Browse the repository at this point in the history
  • Loading branch information
benallfree committed Apr 23, 2024
1 parent 463c94b commit 2ca5290
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: '18.12'

- name: Install pnpm
run: npm install -g pnpm
run: npm install -g pnpm@9

- name: Install dev
run: pnpm i
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@
"[email protected]": "patches/[email protected]"
}
},
"packageManager": "pnpm@8.10.2"
"packageManager": "pnpm@9.0.5"
}

0 comments on commit 2ca5290

Please sign in to comment.