Skip to content

Commit

Permalink
chore: remove volta (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
naporin0624 committed Apr 8, 2024
1 parent 2a92448 commit 1e2e5f0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
version: 8

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: "package.json"
node-version: "20.x"
cache: "pnpm"

- name: Install dependencies
Expand All @@ -35,9 +35,9 @@ jobs:
version: 8

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: "package.json"
node-version: "20.x"
cache: "pnpm"

- name: Install dependencies
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version-file: "package.json"
node-version: "20.x"
cache: "pnpm"

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version-file: "package.json"
node-version: "20.x"
cache: "pnpm"

- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[tools]
"npm:pnpm" = "latest"
"npm:pnpm" = "8.15.6"
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,5 @@
},
"peerDependencies": {
"hono": ">=4.2"
},
"volta": {
"node": "20.11.1"
}
}

0 comments on commit 1e2e5f0

Please sign in to comment.