Skip to content

Commit

Permalink
fix: allow node version 14 (#34)
Browse files Browse the repository at this point in the history
* fix: allow node version 14

* ci: update test coverage for node 14
  • Loading branch information
paul-vd committed Jan 18, 2023
1 parent c8357a2 commit ae05ebd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
strategy:
matrix:
node-version:
- 14.x
- 16.x
- 18.x

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"nyc": "15.1.0"
},
"engines": {
"node": ">=16"
"node": ">=14"
},
"eslintConfig": {
"extends": "creative-area/es2021/script",
Expand Down

0 comments on commit ae05ebd

Please sign in to comment.