Skip to content

Commit ecc2bd4

Browse files
committed
shift node support range
drop support for 12 and 13. Add support for 16 and 18.
1 parent 8211a6a commit ecc2bd4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node: [ '12', '13', '14' ]
14+
node: [ '14', '16', '18' ]
1515
steps:
1616

1717
- uses: actions/checkout@v2

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": "npm run build"
1515
},
1616
"engines": {
17-
"node": ">=0.12"
17+
"node": ">=14.0.0 <19.0.0"
1818
},
1919
"files": [
2020
"/dist",

0 commit comments

Comments
 (0)