Skip to content

Commit

Permalink
revert minimum node version upgrade in a minor update release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattberther committed Feb 12, 2022
1 parent 03e0142 commit d6e5aea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

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

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"types": "index.d.ts",
"engines": {
"node": ">=12"
"node": ">=10"
},
"scripts": {
"test": "mocha --ignore **/*.worker.js && eslint .",
Expand Down

0 comments on commit d6e5aea

Please sign in to comment.