Skip to content

Commit 77aa3cf

Browse files
chore(deps): update node.js to v24
1 parent fc4243d commit 77aa3cf

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.functions/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"description": "SSR for Storefront on Firebase with Cloud Functions",
55
"engines": {
6-
"node": "20"
6+
"node": "24.12.0"
77
},
88
"main": "index.js",
99
"dependencies": {

.github/workflows/.firebase/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Node
4040
uses: actions/setup-node@v2
4141
with:
42-
node-version: '14.x'
42+
node-version: '24.12.0'
4343

4444
- name: Cache dependencies
4545
uses: actions/cache@v3

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Node
3939
uses: actions/setup-node@v3
4040
with:
41-
node-version: '20.x'
41+
node-version: '24.12.0'
4242

4343
- name: Cache dependencies
4444
uses: actions/cache@v3

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
24.12.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"not ie_mob 11"
77
],
88
"engines": {
9-
"node": "20"
9+
"node": "24.12.0"
1010
},
1111
"private": true,
1212
"name": "@ecomplus/storefront",

0 commit comments

Comments
 (0)