Skip to content

Commit 9e03a85

Browse files
committed
build: require node 18
1 parent 425f659 commit 9e03a85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [14, 16, 18, 20]
17+
node-version: [18, 20]
1818

1919
steps:
2020
- uses: actions/checkout@v4

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"postcss-plugin"
3838
],
3939
"engines": {
40-
"node": ">=14.0.0"
40+
"node": ">=18"
4141
}
4242
}

0 commit comments

Comments
 (0)