Skip to content

Commit 133b682

Browse files
committed
Run GitHub CI on at least Node 20
1 parent 97c7828 commit 133b682

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 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@v4
1414
with:
15-
node-version: 18.x
15+
node-version: 20.x
1616
- run: yarn install
1717
- run: yarn run lint
1818

@@ -24,7 +24,6 @@ jobs:
2424
matrix:
2525
os: [ubuntu-latest, macos-latest, windows-latest]
2626
node-version:
27-
- 18.x
2827
- 20.x
2928
- 22.x
3029
- 24.x

0 commit comments

Comments
 (0)