Skip to content

Commit

Permalink
ci(node): drop node 12 support
Browse files Browse the repository at this point in the history
BREAKING CHANGE: dropped support for node 12
  • Loading branch information
ismay authored and ismay committed Sep 30, 2022
1 parent 31887ef commit 89ba32d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -46,7 +46,7 @@
"author": "ismay",
"license": "MIT",
"engines": {
"node": ">=12"
"node": "^14 || ^16"

This comment has been minimized.

Copy link
@pierres

pierres Oct 1, 2022

@ismay this also removes support for node 18. Was this intentional?

This comment has been minimized.

Copy link
@ismay

ismay Oct 1, 2022

Collaborator

You're right, I've fixed it in 6.0.1. Sorry for the inconvenience!

This comment has been minimized.

},
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 89ba32d

Please sign in to comment.