Skip to content

Commit

Permalink
chore: 🤖 migrate to pnpm v8 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman authored Apr 5, 2023
1 parent 11336c3 commit 5908b3e
Show file tree
Hide file tree
Showing 4 changed files with 690 additions and 696 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:

pnpm-version:
description: Version of pnpm to use
default: 7.x
default: 8.x

runs:
using: composite
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: ./.github/actions/install
with:
node-version: ${{ matrix.node }}
pnpm-version: 8.1.1

- name: 🦺 validate
run: pnpm validate
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@
"vite": "4.2.1",
"vitest": "0.29.8"
},
"packageManager": "[email protected]",
"engines": {
"node": "18",
"pnpm": "7"
"pnpm": "8.1.1"
}
}
Loading

0 comments on commit 5908b3e

Please sign in to comment.