Skip to content

Commit cb52033

Browse files
committed
Run GitHub CI on at least Node 20
1 parent 310f272 commit cb52033

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 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
@@ -75,6 +74,6 @@ jobs:
7574
key: ${{ runner.os }}-webpack-modules-${{ hashFiles('**/yarn.lock') }}
7675
- uses: actions/setup-node@v4
7776
with:
78-
node-version: 18.x
77+
node-version: 20.x
7978
- run: yarn install
8079
- run: yarn run browser

0 commit comments

Comments
 (0)