Skip to content

Commit c3c44f1

Browse files
committed
Update CI to Node 26
1 parent 29a31ac commit c3c44f1

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
@@ -12,7 +12,7 @@ jobs:
1212
key: ${{ runner.os }}-lint-modules-${{ hashFiles('**/yarn.lock') }}
1313
- uses: actions/setup-node@v6
1414
with:
15-
node-version: 24.x
15+
node-version: 26.x
1616
- run: yarn install
1717
- run: yarn run lint
1818

@@ -22,9 +22,9 @@ jobs:
2222
matrix:
2323
os: [ubuntu-latest]
2424
node-version:
25-
- 20.x
2625
- 22.x
2726
- 24.x
27+
- 26.x
2828
steps:
2929
- name: Use Node.js ${{ matrix.node-version }}
3030
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)