We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 761d04b + 95ed52d commit e7f5d77Copy full SHA for e7f5d77
.github/workflows/nodejs.yml
@@ -13,7 +13,7 @@ jobs:
13
14
strategy:
15
matrix:
16
- node-version: [10.x, 12.x, 14.x]
+ node-version: [14.x, 16.x, 18.x]
17
18
steps:
19
- uses: actions/checkout@v3
package.json
@@ -42,7 +42,7 @@
42
"release-it-yarn-workspaces": "^2.0.1"
43
},
44
"engines": {
45
- "node": "10.* || 12.* || >= 14"
+ "node": "14.* || 16.* || >= 18"
46
47
"publishConfig": {
48
"registry": "https://registry.npmjs.org/"
0 commit comments