Skip to content

Commit

Permalink
ci: up pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed May 12, 2024
1 parent cd47de5 commit 76515ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'pnpm'

- run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mande",
"version": "2.0.8",
"description": "800 bytes modern wrapper around fetch with smart defaults",
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.0",
"type": "commonjs",
"main": "index.js",
"module": "dist/mande.mjs",
Expand Down

0 comments on commit 76515ec

Please sign in to comment.