Skip to content

Commit

Permalink
Engine updates
Browse files Browse the repository at this point in the history
  • Loading branch information
christhompsongoogle committed Oct 10, 2022
1 parent 45d783c commit 0c18c13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codelab-final-state/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "mocha --timeout 5000 --exit"
},
"engines": {
"node": "10"
"node": "16"
},
"dependencies": {
"file-system": "^2.2.2",
Expand Down
2 changes: 1 addition & 1 deletion codelab-initial-state/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "mocha --timeout 5000 --exit"
},
"engines": {
"node": "10"
"node": "16"
},
"dependencies": {
"file-system": "^2.2.2",
Expand Down

0 comments on commit 0c18c13

Please sign in to comment.