Skip to content

Commit 12ab6a7

Browse files
committed
Run GitHub CI on at least Node 20
1 parent 6e2468a commit 12ab6a7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

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

@@ -22,9 +22,6 @@ jobs:
2222
matrix:
2323
os: [ubuntu-latest]
2424
node-version:
25-
- 14.x
26-
- 16.x
27-
- 18.x
2825
- 20.x
2926
- 22.x
3027
- 24.x

0 commit comments

Comments
 (0)