Skip to content

Commit

Permalink
fix: packageManager field for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusBorg committed Nov 7, 2023
1 parent c74e1ef commit 82e3d12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v2 #version is inferred from package.json's packageManager field

- name: Set node version to 20
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"build-playground": "pnpm --F 'playground' run build",
"build-docs": "pnpm -F 'docs' run build"
},
"packageManager": "pnpm@7.25.0",
"packageManager": "pnpm@8.10.2",
"devDependencies": {
"@linusborg/eslint-config": "^0.4.0",
"@tsconfig/node20": "^20.1.2",
Expand Down

0 comments on commit 82e3d12

Please sign in to comment.