Skip to content

Commit a8d262c

Browse files
committed
build: node 20
1 parent 3735a3c commit a8d262c

File tree

10 files changed

+13072
-30342
lines changed

10 files changed

+13072
-30342
lines changed

.bundles.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
22
"assetsByChunkName": {
3-
"vendors~app-account~app-confirmation~app-order": "chunk.54758fa4a5976a5802c3.js",
4-
"vendors~app-account~app-checkout": "chunk.73e6e722c0c69026cc26.js",
5-
"vendors~app-cart~app-checkout": "chunk.6553343d4efccdb54582.js",
3+
"vendors~app-account~app-confirmation~app-order": "chunk.dc81e89fe07b016c9f06.js",
4+
"vendors~app-account~app-checkout": "chunk.a79c46247a92cf3be843.js",
5+
"vendors~app-cart~app-checkout": "chunk.9327aca120f27b167443.js",
66
"admin": [
7-
"admin.58987d53e4ea7c61f7a0.js",
8-
"admin.58987d53e4ea7c61f7a0.js.map"
7+
"admin.2d89982b7c40caa3f211.js",
8+
"admin.2d89982b7c40caa3f211.js.map"
99
],
10-
"app-account": "chunk.c6e1b8908403c89f73c2.js",
11-
"app-checkout": "chunk.684a62a8926c82c88753.js",
12-
"app-confirmation": "chunk.a3a47d4d5a0287dabdf3.js",
10+
"app-account": "chunk.ecfdf8cd3be635906857.js",
11+
"app-checkout": "chunk.53b1ea523f3c90e8551c.js",
12+
"app-confirmation": "chunk.a27ae09eadee3b20547f.js",
1313
"checkout": [
14-
"checkout.8de0248c2278ab113a30.js",
15-
"checkout.8de0248c2278ab113a30.js.map"
14+
"checkout.f0267c220dbe412f7651.js",
15+
"checkout.f0267c220dbe412f7651.js.map"
1616
],
1717
"storefront": [
18-
"storefront.fe4dd990b5b8b8003129.css",
19-
"storefront.ab3b18e9236c97c0f401.js",
20-
"storefront.fe4dd990b5b8b8003129.css.map",
21-
"storefront.ab3b18e9236c97c0f401.js.map"
18+
"storefront.351ba6b5a9006fdf963a.css",
19+
"storefront.a1bc76706e58c7cbe277.js",
20+
"storefront.351ba6b5a9006fdf963a.css.map",
21+
"storefront.a1bc76706e58c7cbe277.js.map"
2222
],
23-
"vendors~app-cart": "chunk.4137b4e37d5e040f6d00.js",
24-
"vendors~app-order": "chunk.c59cd79b796eb44f3a36.js"
23+
"vendors~app-cart": "chunk.e983bcc804fbed2437ae.js",
24+
"vendors~app-order": "chunk.c8c7ae9b26ef02731685.js"
2525
}
2626
}

.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": "16"
6+
"node": "20"
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: '16.x'
42+
node-version: '20.x'
4343

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

.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@v4
4040
with:
41-
node-version: '16.x'
41+
node-version: '20.x'
4242

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

.netlify/functions/ssr/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"version": "0.1.0",
55
"description": "SSR for Storefront on Netlify with Lambda functions",
66
"engines": {
7-
"node": "16.20.2",
8-
"npm": "^8.19.4"
7+
"node": "20"
98
},
109
"main": "index.js",
1110
"scripts": {

.nvmrc

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

content/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"country_code": "BR",
2121
"secondary_color": "",
2222
"icon": "/img/icon.png",
23-
"store_id": 1052,
23+
"store_id": 1011,
2424
"description": "My PWA Shop",
2525
"large_icon": "/img/large-icon.png"
2626
}

0 commit comments

Comments
 (0)