Skip to content

Commit

Permalink
Set node version to minimum 18 again
Browse files Browse the repository at this point in the history
navzam committed Aug 16, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 9fc44b8 commit d2f6ddd
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
"logs": "firebase functions:log"
},
"engines": {
"node": "20"
"node": ">=18"
},
"main": "lib/index.js",
"dependencies": {

0 comments on commit d2f6ddd

Please sign in to comment.