We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f8aa4f + e545dd4 commit 827308dCopy full SHA for 827308d
2 files changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
15
strategy:
16
matrix:
17
- node-version: [14.x, 16.x, 18.x]
+ node-version: [16.x, 18.x, 20.x]
18
19
steps:
20
- uses: actions/checkout@v2
package.json
@@ -53,7 +53,7 @@
53
"release-it-lerna-changelog": "^5.0.0"
54
},
55
"engines": {
56
- "node": "10.* || >=12.*"
+ "node": "16.* || 18.* || >=20.*"
57
58
"publishConfig": {
59
"registry": "https://registry.npmjs.org"
0 commit comments