Skip to content

Commit 22f8356

Browse files
committed
Tidy up environment
1 parent d9c8492 commit 22f8356

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.env.development

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
ENV=development
2-
CACHE_KEY=dev_2023_03
2+
CACHE_KEY=dev_2023_12

.env.production

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
ENV=production
2-
CACHE_KEY=30swp20230318120543
2+
CACHE_KEY=30swp20231218115417

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[build]
22
publish = "dist"
33
command = "npm run build"
4-
environment = { NODE_VERSION = "18.14.2", CYPRESS_INSTALL_BINARY = "0", PUPPETEER_SKIP_CHROMIUM_DOWNLOAD = "1" }
4+
environment = { NODE_VERSION = "18.19.0" }

0 commit comments

Comments
 (0)