Skip to content

Commit

Permalink
fix: update to node.js 22 runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Feb 6, 2025
1 parent 4a93444 commit ac62d22
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion functions/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 functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"semi": true
},
"engines": {
"node": "20"
"node": "22"
}
}
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
Expand Up @@ -132,6 +132,6 @@
"wait-on": "^8.0.2"
},
"engines": {
"node": "20"
"node": "22"
}
}

0 comments on commit ac62d22

Please sign in to comment.