Skip to content

Commit

Permalink
Merge pull request #410 from mrmlnc/require_node_16
Browse files Browse the repository at this point in the history
ISSUE-235: End of Node.js 8 & 10 & 12 & 14 support
  • Loading branch information
mrmlnc committed Jul 29, 2023
2 parents 4ba3fcd + 6031136 commit aca6499
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node_version: [8, 10, 12, 14, 16, 18, 20]
node_version: [16.14.0, 16, 18, 20]
os:
- ubuntu-latest
- macos-latest
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "https://mrmlnc.com"
},
"engines": {
"node": ">=8.6.0"
"node": ">=16.14.0"
},
"main": "out/index.js",
"typings": "out/index.d.ts",
Expand All @@ -31,7 +31,7 @@
"@types/merge2": "^1.1.4",
"@types/micromatch": "^4.0.0",
"@types/mocha": "^5.2.7",
"@types/node": "^14.18.53",
"@types/node": "^16.18.39",
"@types/picomatch": "^2.3.0",
"@types/sinon": "^7.5.0",
"bencho": "^0.1.1",
Expand Down

0 comments on commit aca6499

Please sign in to comment.