Skip to content

Commit

Permalink
Drop Node 14 support
Browse files Browse the repository at this point in the history
  • Loading branch information
darekkay committed Jun 24, 2023
1 parent 1f3ee6d commit 6ab2641
Show file tree
Hide file tree
Showing 3 changed files with 3 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: node-${{ matrix.node }}
strategy:
matrix:
node: [12, 16]
node: [16, 20]
fail-fast: false

steps:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## [Unreleased]

- :boom: Drop Node 14 support (EOL).
- :hammer: Update dependencies.

## [2.4.1] - 2022-04-05
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@darekkay/scripts": "2.6.2"
},
"engines": {
"node": ">=12.0.0"
"node": ">=16.0.0"
},
"files": [
"bin",
Expand Down

0 comments on commit 6ab2641

Please sign in to comment.