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 e5b708a commit e289102Copy full SHA for e289102
.github/workflows/continuous-integration.yml
@@ -21,14 +21,6 @@ jobs:
21
- 16
22
- 14
23
- 12
24
- - 10
25
- - 9
26
- - '8'
27
- - '7'
28
- - '6'
29
- - '4'
30
- - '0.12'
31
- # - '0.10'
32
steps:
33
# checkout code
34
- uses: actions/checkout@v2
package.json
@@ -27,5 +27,8 @@
"bugs": {
"url": "https://github.com/evanw/node-source-map-support/issues"
},
- "license": "MIT"
+ "license": "MIT",
+ "engines": {
+ "node": ">=12"
+ }
}
0 commit comments