Skip to content

Commit 3dd03ad

Browse files
committed
Run GitHub CI on at least Node 20
1 parent 2a0931a commit 3dd03ad

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

@@ -22,7 +22,6 @@ jobs:
2222
matrix:
2323
os: [ubuntu-latest]
2424
node-version:
25-
- 18.x
2625
- 20.x
2726
- 22.x
2827
- 24.x
@@ -68,7 +67,6 @@ jobs:
6867
matrix:
6968
os: [ubuntu-latest]
7069
node-version:
71-
- 18.x
7270
- 20.x
7371
- 22.x
7472
- 24.x
@@ -101,6 +99,6 @@ jobs:
10199
key: ${{ runner.os }}-webpack-modules-${{ hashFiles('**/yarn.lock') }}
102100
- uses: actions/setup-node@v4
103101
with:
104-
node-version: 18.x
102+
node-version: 20.x
105103
- run: yarn install
106104
- run: npx webpack

0 commit comments

Comments
 (0)