Skip to content

Commit

Permalink
build: we can still support 12?
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Oct 31, 2023
1 parent fc0e92e commit 1bb6207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ workflows:
- 18.16.0
- 16.20.0
- 14.21.3
- 12.22.12
- cfa/release:
requires:
- test
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"README.md"
],
"engines": {
"node": ">=14"
"node": ">=12"
},
"dependencies": {
"debug": "^4.1.1",
Expand Down

0 comments on commit 1bb6207

Please sign in to comment.