Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
# pnpm
- uses: pnpm/action-setup@v4
with:
package_json_file: ./2025/package.json
run_install: false
version: 10.4.0
- name: build 2025
working-directory: ./2025
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
package_json_file: ./2025/package.json
run_install: false
version: 10.4.0
- run: pnpm install --frozen-lockfile
- run: pnpm check
- run: pnpm lint
Expand Down
10 changes: 7 additions & 3 deletions 2025/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,14 @@
"typescript": "^5.9.2",
"unplugin-macros": "^0.17.2"
},
"devEngines": {
"runtime": {
"name": "node",
"version": "^24.5.0",
"onFail": "download"
}
},
"pnpm": {
"executionEnv": {
"nodeVersion": "22.13.1"
},
"onlyBuiltDependencies": [
"@tailwindcss/oxide",
"esbuild",
Expand Down
95 changes: 95 additions & 0 deletions 2025/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.