Skip to content

Commit 978b730

Browse files
committed
Update CI to Node 26
1 parent b192acd commit 978b730

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
key: ${{ runner.os }}-node-modules-${{ hashFiles('**/yarn.lock') }}
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 20.x
21+
node-version: 26.x
2222
- run: corepack enable
2323
- run: yarn install --frozen-lockfile --ignore-scripts
2424
- run: yarn run lint
@@ -29,9 +29,9 @@ jobs:
2929
strategy:
3030
matrix:
3131
node-version:
32-
- 20.x
3332
- 22.x
3433
- 24.x
34+
- 26.x
3535
steps:
3636
- uses: actions/setup-node@v4
3737
with:

0 commit comments

Comments
 (0)