Skip to content

Commit 25a172f

Browse files
committed
ci: update check workflow
1 parent 24cfd60 commit 25a172f

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
run-checks:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
- uses: pnpm/action-setup@v4
1717
with:
1818
version: 10
19-
- uses: actions/setup-node@v4
19+
- uses: actions/setup-node@v6
2020
with:
21-
node-version-file: ".nvmrc"
21+
node-version: 24
2222
cache: "pnpm"
2323
- run: pnpm install --frozen-lockfile
2424
- run: pnpm typecheck

.nvmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"template"
1818
],
1919
"engines": {
20-
"node": ">=24.14"
20+
"node": "24",
21+
"pnpm": "10"
2122
},
2223
"imports": {
2324
"#/*": "./src/*.ts"
@@ -37,7 +38,7 @@
3738
"@biomejs/biome": "^2.4.6",
3839
"@commitlint/cli": "^20.4.3",
3940
"@commitlint/config-conventional": "^20.4.3",
40-
"@mkvlrn/config": "^3.1.4",
41+
"@mkvlrn/config": "^3.1.5",
4142
"@types/node": "^25.3.5",
4243
"@vitest/coverage-v8": "^4.0.18",
4344
"husky": "^9.1.7",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)