Skip to content

Commit 61b58df

Browse files
build!: minimum supported Node.js version is 18
1 parent e0d70bb commit 61b58df

File tree

4 files changed

+1610
-1038
lines changed

4 files changed

+1610
-1038
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
strategy:
6161
matrix:
6262
os: [ubuntu-latest, windows-latest, macos-latest]
63-
node-version: [14.x, 16.x, 18.x, 20.x]
63+
node-version: [18.x, 20.x, 21.x]
6464
stylelint-version: [13.x, 14.x, 15.x]
6565
webpack-version: [latest]
6666

0 commit comments

Comments
 (0)