Skip to content

Commit

Permalink
chore!: drop Node.js 12 (#664)
Browse files Browse the repository at this point in the history
* chore!: drop Node.js 12

* fixup! update README
  • Loading branch information
BethGriggs committed Jul 25, 2022
1 parent f1a3afe commit db37766
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-ci-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x]
node-version: [14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on the web - search it! Fowler's blog post is one place to
| Documentation: | https://nodeshift.dev/opossum/ |
| Typings: | https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/opossum
| Issue tracker: | https://github.com/nodeshift/opossum/issues |
| Engines: | Node.js >= 10 |
| Engines: | Node.js >= 14 |

## Usage

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"rate-limiting"
],
"engines": {
"node": "^18 || ^16 || ^14 || ^12"
"node": "^18 || ^16 || ^14"
},
"support": true
}

0 comments on commit db37766

Please sign in to comment.