diff options
| author | Shinigami <[email protected]> | 2022-05-03 20:23:46 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-03 20:23:46 +0200 |
| commit | e29e875c6e8c111b74a9e3df63ea723390e7b209 (patch) | |
| tree | 8f1ffafa3e0d0e1e6b3a8652fdaf1e0be13c680f /netlify.toml | |
| parent | 18614fbecc48490cc669a8e60ffe82122233e6a7 (diff) | |
| download | faker-e29e875c6e8c111b74a9e3df63ea723390e7b209.tar.xz faker-e29e875c6e8c111b74a9e3df63ea723390e7b209.zip | |
build: add node v18 support (#847)
Diffstat (limited to 'netlify.toml')
| -rw-r--r-- | netlify.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml index 1095db51..3f482d7b 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build.environment] - NODE_VERSION = "16" + NODE_VERSION = "18" NPM_FLAGS = "--version" # prevent Netlify npm install # Documentation |
