Skip to content

Commit e9432c7

Browse files
committed
fix: remove Node.js 18.x from CI matrix (requires >=20.9.0 for Next.js)
1 parent c897083 commit e9432c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/webpack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [18.x, 20.x, 22.x]
15+
node-version: [20.x, 22.x]
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -29,4 +29,4 @@ jobs:
2929
run: bun install
3030

3131
- name: Build
32-
run: bun run build
32+
run: bun run build

0 commit comments

Comments
 (0)