Skip to content

Commit 6d6fb3a

Browse files
authored
Merge pull request #228 from vim-jp/fix-node-binary
2 parents 12dd1b5 + f54a944 commit 6d6fb3a

File tree

4 files changed

+104
-5
lines changed

4 files changed

+104
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
# pnpm
2323
- uses: pnpm/action-setup@v4
2424
with:
25+
package_json_file: ./2025/package.json
2526
run_install: false
26-
version: 10.4.0
2727
- name: build 2025
2828
working-directory: ./2025
2929
run: |

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
uses: actions/checkout@v4
1616
- uses: pnpm/action-setup@v4
1717
with:
18+
package_json_file: ./2025/package.json
1819
run_install: false
19-
version: 10.4.0
2020
- run: pnpm install --frozen-lockfile
2121
- run: pnpm check
2222
- run: pnpm lint

2025/package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,14 @@
4646
"typescript": "^5.9.2",
4747
"unplugin-macros": "^0.17.2"
4848
},
49+
"devEngines": {
50+
"runtime": {
51+
"name": "node",
52+
"version": "^24.5.0",
53+
"onFail": "download"
54+
}
55+
},
4956
"pnpm": {
50-
"executionEnv": {
51-
"nodeVersion": "22.13.1"
52-
},
5357
"onlyBuiltDependencies": [
5458
"@tailwindcss/oxide",
5559
"esbuild",

2025/pnpm-lock.yaml

Lines changed: 95 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)