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 2ab15eb commit 2ee487b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.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 2ee487b

Please sign in to comment.