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 8766979 + e531c1b commit 0b16e2eCopy full SHA for 0b16e2e
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
strategy:
34
matrix:
35
os: [ubuntu-latest, windows-latest]
36
- node-version: [8.x, 10.x, 12.x]
+ node-version: [10.x, 12.x, 13.x]
37
38
steps:
39
- uses: actions/checkout@v1
package.json
@@ -93,7 +93,7 @@
93
"release-it-lerna-changelog": "^1.0.3"
94
},
95
"engines": {
96
- "node": "8.* || 10.* || >= 12.*"
+ "node": "10.* || >= 12.*"
97
98
"publishConfig": {
99
"registry": "https://registry.npmjs.org"
0 commit comments