Skip to content

Commit

Permalink
supporting 14 and up
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Aug 24, 2023
1 parent a66ae0b commit fbf9fe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

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

steps:
- uses: actions/checkout@v3
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 @@
"main": "index.js",
"types": "index.d.ts",
"engines": {
"node": ">=12"
"node": ">=14"
},
"scripts": {
"test": "c8 mocha --reporter list",
Expand Down

0 comments on commit fbf9fe5

Please sign in to comment.