Skip to content

Commit 76b77c6

Browse files
authored
feat!: drop support for node <20.9 (#2248)
1 parent 99fc677 commit 76b77c6

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,10 @@ jobs:
6464
name: Test - ${{ matrix.os }} - Node v${{ matrix.node-version }}, Webpack ${{ matrix.webpack-version }}
6565

6666
strategy:
67+
fail-fast: false
6768
matrix:
6869
os: [ubuntu-latest, windows-latest, macos-latest]
69-
node-version: [18.x, 20.x, 22.x, 24.x]
70+
node-version: [20.x, 22.x, 24.x]
7071
webpack-version: [latest]
7172

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,6 @@
113113
}
114114
},
115115
"engines": {
116-
"node": ">= 18.12.0"
116+
"node": ">= 20.9.0"
117117
}
118118
}

0 commit comments

Comments
 (0)