Skip to content

Commit b3d8293

Browse files
Update dependency node to v24
1 parent ddac3c7 commit b3d8293

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: actions/setup-node@v6
2222
with:
23-
node-version: 22.x
23+
node-version: 24.x
2424

2525
- name: Install dependencies
2626
run: npm ci

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fetch-depth: 0
1515
- uses: actions/setup-node@v6
1616
with:
17-
node-version: 22.x
17+
node-version: 24.x
1818
- run: mkdir trellis
1919
- uses: ./
2020
with:
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: 0
3131
- uses: actions/setup-node@v6
3232
with:
33-
node-version: 20.x
33+
node-version: 24.x
3434
- run: git clone https://github.com/roots/trellis.git
3535
- uses: ./
3636
with:
@@ -44,7 +44,7 @@ jobs:
4444
fetch-depth: 0
4545
- uses: actions/setup-node@v6
4646
with:
47-
node-version: 20.x
47+
node-version: 24.x
4848
- run: git clone https://github.com/roots/trellis.git
4949
- uses: ./
5050
with:
@@ -59,7 +59,7 @@ jobs:
5959
fetch-depth: 0
6060
- uses: actions/setup-node@v6
6161
with:
62-
node-version: 20.x
62+
node-version: 24.x
6363
- run: git clone https://github.com/roots/trellis.git
6464
- uses: ./
6565
with:
@@ -74,7 +74,7 @@ jobs:
7474
fetch-depth: 0
7575
- uses: actions/setup-node@v6
7676
with:
77-
node-version: 20.x
77+
node-version: 24.x
7878
- run: git clone https://github.com/roots/trellis.git
7979
- uses: ./
8080
with:
@@ -89,7 +89,7 @@ jobs:
8989
fetch-depth: 0
9090
- uses: actions/setup-node@v6
9191
with:
92-
node-version: 20.x
92+
node-version: 24.x
9393
- run: mkdir trellis
9494
- uses: ./
9595
with:

0 commit comments

Comments
 (0)