Skip to content

Commit cc90ba4

Browse files
chore(deps): update node.js to v24
1 parent 37a3d3f commit cc90ba4

4 files changed

Lines changed: 8 additions & 28 deletions

File tree

.functions/package-lock.json

Lines changed: 5 additions & 25 deletions
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.13.0"
77
},
88
"main": "index.js",
99
"dependencies": {

.github/workflows/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@v3
4141
with:
42-
node-version: '20.x'
42+
node-version: '24.13.0'
4343

4444
- name: Cache dependencies
4545
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.13.0

0 commit comments

Comments
 (0)