Skip to content

Commit

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

* Update nodejs.yml
  • Loading branch information
ctalkington committed Aug 17, 2023
1 parent 692be04 commit f7bc432
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
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

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

steps:
- uses: actions/checkout@v3.0.1
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 @@
"lib"
],
"engines": {
"node": ">= 10"
"node": ">= 12.0.0"
},
"scripts": {
"test": "mocha --reporter dot",
Expand Down

0 comments on commit f7bc432

Please sign in to comment.