Skip to content

Commit

Permalink
Drop support for node v12 (#735)
Browse files Browse the repository at this point in the history
* drop support for node v12

* Update nodejs.yml
  • Loading branch information
ctalkington committed Feb 27, 2024
1 parent 4dba2cf commit f1a10e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -14,7 +14,7 @@ jobs:

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

steps:
- uses: actions/checkout@v4.1.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,7 +21,7 @@
"lib"
],
"engines": {
"node": ">= 12.0.0"
"node": ">= 14"
},
"scripts": {
"test": "mocha --reporter dot",
Expand Down

0 comments on commit f1a10e4

Please sign in to comment.