Skip to content

Commit

Permalink
chore(deps): update dependency node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 28, 2024
1 parent 575ecf8 commit 9dce35c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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 @@ -3,7 +3,7 @@
"version": "0.1.0",
"description": "SSR for Storefront on Firebase with Cloud Functions",
"engines": {
"node": "16.20.2",
"node": "20.14.0",
"npm": "^8.19.4"
},
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion .netlify/functions/ssr/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 .netlify/functions/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.1.0",
"description": "SSR for Storefront on Netlify with Lambda functions",
"engines": {
"node": "16.20.2",
"node": "20.14.0",
"npm": "^8.19.4"
},
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20.2
20.14.0
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 @@ -6,7 +6,7 @@
"not ie_mob 11"
],
"engines": {
"node": "16.20.2",
"node": "20.14.0",
"npm": "^8.19.4"
},
"private": true,
Expand Down

0 comments on commit 9dce35c

Please sign in to comment.