We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6931aee commit 6284a1dCopy full SHA for 6284a1d
.github/workflows/nodejs.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- node: [12, 14, 16]
+ node: [16, 18, 20]
19
os: [ubuntu-latest]
20
21
steps:
package.json
@@ -21,7 +21,7 @@
],
22
"main": "dist",
23
"engines": {
24
- "node": ">=12"
+ "node": ">=16"
25
},
26
"scripts": {
27
"version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md",
0 commit comments