Skip to content

Commit 2881203

Browse files
refactor!: minimum supported Node.js version is 20.9.0 (#819)
1 parent 9dc3d31 commit 2881203

File tree

6 files changed

+1075
-2617
lines changed

6 files changed

+1075
-2617
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
strategy:
6868
matrix:
6969
os: [ubuntu-latest, windows-latest, macos-latest]
70-
node-version: [18.x, 20.x, 22.x, 24.x]
70+
node-version: [20.x, 22.x, 24.x, 25.x]
7171
webpack-version: [latest]
7272

7373
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)