Skip to content

Commit e289102

Browse files
committed
only test against and support supported node versions
1 parent e5b708a commit e289102

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@ jobs:
2121
- 16
2222
- 14
2323
- 12
24-
- 10
25-
- 9
26-
- '8'
27-
- '7'
28-
- '6'
29-
- '4'
30-
- '0.12'
31-
# - '0.10'
3224
steps:
3325
# checkout code
3426
- uses: actions/checkout@v2

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@
2727
"bugs": {
2828
"url": "https://github.com/evanw/node-source-map-support/issues"
2929
},
30-
"license": "MIT"
30+
"license": "MIT",
31+
"engines": {
32+
"node": ">=12"
33+
}
3134
}

0 commit comments

Comments
 (0)