Skip to content

Commit

Permalink
Merge pull request #305 from vim-jp-radio/feature/pnpm
Browse files Browse the repository at this point in the history
pnpmでnodeのバージョンを指定する
  • Loading branch information
ryoppippi authored Sep 19, 2024
2 parents 0d78079 + 6eeafcc commit a5cd852
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- 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
- name: Run secretlint
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 a5cd852

Please sign in to comment.