We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03903bf commit 121393cCopy full SHA for 121393c
.github/workflows/npm-publish.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
# Run the steps below with the following versions of Node.js
17
- node-version: [ 10.x, 16.x ]
+ node-version: [ 12.x, 16.x ]
18
steps:
19
- name: Checkout
20
uses: actions/checkout@v2
package.json
@@ -58,6 +58,6 @@
58
"semantic-release": "19.0.2"
59
},
60
"engines": {
61
- "node": ">=10.x"
+ "node": ">=12.x"
62
}
63
0 commit comments