Skip to content

Commit 1de2efc

Browse files
committed
build: downgrade to npm 6
1 parent 8c9b50f commit 1de2efc

File tree

2 files changed

+1001
-6678
lines changed

2 files changed

+1001
-6678
lines changed

netlify.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ command = "npm ci && hugo --gc --minify -b $DEPLOY_PRIME_URL"
66
HUGO_VERSION = "0.81.0"
77
HUGO_ENV = "production"
88
NODE_VERSION = "14.16.0"
9-
NPM_VERSION = "7.6.3"
9+
NPM_VERSION = "6.14.11"
1010

1111
[context.deploy-preview]
1212
command = "npm ci && hugo --gc --minify --buildDrafts --buildFuture -b $DEPLOY_PRIME_URL"
@@ -15,7 +15,7 @@ command = "npm ci && hugo --gc --minify --buildDrafts --buildFuture -b $DEPLOY_P
1515
HUGO_VERSION = "0.81.0"
1616
HUGO_ENABLEGITINFO = "true"
1717
NODE_VERSION = "14.16.0"
18-
NPM_VERSION = "7.6.3"
18+
NPM_VERSION = "6.14.11"
1919

2020
[context.branch-deploy]
2121
command = "npm ci && hugo --gc --minify -b $DEPLOY_PRIME_URL"
@@ -24,4 +24,4 @@ command = "npm ci && hugo --gc --minify -b $DEPLOY_PRIME_URL"
2424
HUGO_VERSION = "0.81.0"
2525
HUGO_ENABLEGITINFO = "true"
2626
NODE_VERSION = "14.16.0"
27-
NPM_VERSION = "7.6.3"
27+
NPM_VERSION = "6.14.11"

0 commit comments

Comments
 (0)