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.
1 parent 8f64a0b commit a1e1fadCopy full SHA for a1e1fad
.github/workflows/nodejs.yml
@@ -16,10 +16,9 @@ jobs:
16
os:
17
- ubuntu-latest
18
node_version:
19
- - 8
20
- - 10
21
- 12
22
- 14
+ - 16
23
include:
24
- os: windows-latest
25
node_version: 14
package.json
@@ -10,7 +10,7 @@
10
"license": "Apache-2.0",
11
"homepage": "https://github.com/instant-markdown/instant-markdown-d",
12
"engines": {
13
- "node": ">=8.0.0"
+ "node": ">=12.0.0"
14
},
15
"main": "./src/cli.js",
"preferGlobal": "true",
0 commit comments