Skip to content

Commit 05e6403

Browse files
committed
try to fix netlify
1 parent a8ae7d4 commit 05e6403

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: netlify.toml

+6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
[context.production.environment]
22
GO_VERSION = "1.18"
33
NODE_VERSION = "17"
4+
# NPM_FLAGS = "--legacy-peer-deps"
5+
NPM_VERSION = "8.5.5"
46

57
[context.deploy-preview.environment]
68
GO_VERSION = "1.18"
79
NODE_VERSION = "17"
10+
# NPM_FLAGS = "--legacy-peer-deps"
11+
NPM_VERSION = "8.5.5"
812

913
[context.branch-deploy.environment]
1014
GO_VERSION = "1.18"
1115
NODE_VERSION = "17"
16+
# NPM_FLAGS = "--legacy-peer-deps"
17+
NPM_VERSION = "8.5.5"

0 commit comments

Comments
 (0)