Skip to content

Commit f2119c6

Browse files
committed
Update CI to Node.js 24 LTS
1 parent 45501bb commit f2119c6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/nextjs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v6
2424
- uses: actions/setup-node@v6
2525
with:
26-
node-version: "22"
26+
node-version: "24"
2727
cache: "npm"
2828
- run: npm ci
2929
- run: npm run lint
@@ -59,7 +59,7 @@ jobs:
5959
- uses: actions/checkout@v6
6060
- uses: actions/setup-node@v6
6161
with:
62-
node-version: "22"
62+
node-version: "24"
6363
cache: "npm"
6464
- run: npm ci
6565
- run: npm run test:unit
@@ -71,7 +71,7 @@ jobs:
7171
- uses: actions/checkout@v6
7272
- uses: actions/setup-node@v6
7373
with:
74-
node-version: "22"
74+
node-version: "24"
7575
cache: "npm"
7676
- uses: actions/cache@v5
7777
with:
@@ -96,7 +96,7 @@ jobs:
9696
- uses: actions/checkout@v6
9797
- uses: actions/setup-node@v6
9898
with:
99-
node-version: "22"
99+
node-version: "24"
100100
cache: "npm"
101101
- run: npm ci
102102
- run: npx playwright install --with-deps chromium

0 commit comments

Comments
 (0)