Skip to content

Commit 11c1f45

Browse files
Update dependency node to v22
1 parent b49449f commit 11c1f45

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: 0
3131
- uses: actions/setup-node@v4
3232
with:
33-
node-version: 20.x
33+
node-version: 22.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@v4
4646
with:
47-
node-version: 20.x
47+
node-version: 22.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@v4
6161
with:
62-
node-version: 20.x
62+
node-version: 22.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@v4
7676
with:
77-
node-version: 20.x
77+
node-version: 22.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@v4
9191
with:
92-
node-version: 20.x
92+
node-version: 22.x
9393
- run: mkdir trellis
9494
- uses: ./
9595
with:

0 commit comments

Comments
 (0)