Skip to content

Commit

Permalink
feat(pnpm): pnpmでnodeのバージョンを指定する
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi committed Sep 18, 2024
1 parent 0d78079 commit e6bd4d5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
engine-strict=true
use-node-version=20.17.0
@jsr:registry=https://npm.jsr.io
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"version": "0.0.1",
"private": true,
"packageManager": "[email protected]",
"engines": {
"node": ">=20.0.0 <21.0.0"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down

0 comments on commit e6bd4d5

Please sign in to comment.