Skip to content

Commit

Permalink
chore: drop support for outdated node 14 and add support for upcoming…
Browse files Browse the repository at this point in the history
… node 20

BREAKING CHANGE: drop support for node 14
  • Loading branch information
ernscht committed Jul 4, 2023
1 parent 12e620f commit 7b985a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Test - ${{ matrix.platform }} - Node v${{ matrix.node-version }}
strategy:
matrix:
node-version: [ 14.x, 16.x, 18.x ]
node-version: [ 16.x, 18.x, 20.x ]
platform: [ ubuntu-latest, windows-latest ]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "Merkle Inc.",
"private": false,
"engines": {
"node": ">=14"
"node": ">=16"
},
"bugs": {
"url": "https://github.com/merkle-open/eslint-config/issues"
Expand Down

0 comments on commit 7b985a4

Please sign in to comment.