Skip to content

Commit

Permalink
chore(netlify): configure Node.js version and disable Corepack integr… (
Browse files Browse the repository at this point in the history
#942)

* chore(netlify): configure Node.js version and disable Corepack integrity checks

* chore(netlify): format Corepack integrity keys configuration

* chore(netlify): quote Corepack integrity keys value
  • Loading branch information
alvarosabu authored Feb 22, 2025
1 parent ac28bac commit 0c39acd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ publish = "docs/.vitepress/dist"
command = "pnpm run build && pnpm docs:build"

[build.environment]
COREPACK_INTEGRITY_KEYS = "0"
NODE_VERSION = "20"

0 comments on commit 0c39acd

Please sign in to comment.