Skip to content

Commit c4e93ce

Browse files
committed
chore: update to node 24
1 parent 3ddb157 commit c4e93ce

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [22.x]
15+
node-version: [24.x]
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -34,7 +34,7 @@ jobs:
3434

3535
strategy:
3636
matrix:
37-
node-version: [22.x]
37+
node-version: [24.x]
3838

3939
steps:
4040
- uses: actions/checkout@v4

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: withastro/action@v3
2525
with:
2626
path: docs
27-
node-version: 22
27+
node-version: 24
2828
package-manager: pnpm@9
2929

3030
deploy:

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
node-version: [22.x]
13+
node-version: [24.x]
1414

1515
steps:
1616
- uses: actions/checkout@v4
@@ -34,7 +34,7 @@ jobs:
3434
- name: Use Node.js
3535
uses: actions/setup-node@v4
3636
with:
37-
node-version: '22.x'
37+
node-version: '24.x'
3838

3939
- run: npm i -g --force corepack && corepack enable && pnpm i --frozen-lockfile
4040
- run: node --run build
@@ -55,7 +55,7 @@ jobs:
5555
- name: Use Node.js
5656
uses: actions/setup-node@v4
5757
with:
58-
node-version: '22.x'
58+
node-version: '24.x'
5959

6060
- run: npm i -g --force corepack && corepack enable && pnpm i --frozen-lockfile
6161
- run: node --run build

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tools]
22
pkl = "0.29.1"
3-
node = '22'
3+
node = '24'
44
hk = "1.18.1"
55

66
[env]

0 commit comments

Comments
 (0)