Skip to content

Commit 32e8a1c

Browse files
committed
Run GitHub CI on at least Node 20
1 parent 533a91d commit 32e8a1c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 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: 18.x
15+
node-version: 20.x
1616
- run: yarn install
1717
- run: yarn run lint
1818

@@ -25,7 +25,6 @@ jobs:
2525
- ubuntu-latest
2626
- windows-latest
2727
node-version:
28-
- 18.x
2928
- 20.x
3029
- 22.x
3130
- 24.x
@@ -73,7 +72,6 @@ jobs:
7372
- ubuntu-latest
7473
- windows-latest
7574
node-version:
76-
- 18.x
7775
- 20.x
7876
- 22.x
7977
- 24.x
@@ -106,6 +104,6 @@ jobs:
106104
key: ${{ runner.os }}-webpack-modules-${{ hashFiles('**/yarn.lock') }}
107105
- uses: actions/setup-node@v4
108106
with:
109-
node-version: 18.x
107+
node-version: 20.x
110108
- run: yarn install
111109
- run: yarn run browser

0 commit comments

Comments
 (0)