Skip to content

Commit

Permalink
[#38] pnpm 버전 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
geonmo-nine committed May 30, 2024
1 parent b11809b commit dacae05
Show file tree
Hide file tree
Showing 4 changed files with 3,871 additions and 2,790 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
with:
version: 8
version: 9
run_install: true
- run: pnpm run prettier
- run: pnpm run lint
Expand All @@ -23,6 +23,6 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
with:
version: 8
version: 9
run_install: true
- run: pnpm run test
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
uses: pnpm/action-setup@v3
with:
version: 8
version: 9
run_install: true

- name: Create Release Pull Request or Publish to npm
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,9 @@
"turbo": "^1.10.16",
"typescript": "^5.2.2"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"engines": {
"node": ">=20.13.1",
"pnpm": ">=9.1.3"
}
}
Loading

0 comments on commit dacae05

Please sign in to comment.