Skip to content

Commit

Permalink
specify pnpm version in package json, remove specification from integ…
Browse files Browse the repository at this point in the history
…rate workflow
  • Loading branch information
salieflewis committed Jan 19, 2024
1 parent 4cd2254 commit 418513a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8.7.5
run_install: true

- name: Build action
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"devDependencies": {
"@biomejs/biome": "^1.3.1",
"turbo": "^1.10.16"
},
"engines": {
"pnpm": ">=8"
}
}

0 comments on commit 418513a

Please sign in to comment.