Skip to content

Commit

Permalink
set netlify to use Node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdriver committed Jun 19, 2021
1 parent 0f8f2e6 commit 973d69e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions demo/netlify.toml
@@ -0,0 +1,2 @@
[build.environment]
NODE_VERSION = 12
5 changes: 4 additions & 1 deletion demo/package.json
Expand Up @@ -25,5 +25,8 @@
"babel-plugin-styled-components": "^1.12.0",
"eslint": "7.29.0",
"eslint-config-next": "11.0.0"
},
"engines": {
"node": ">=12.0.0"
}
}
}

0 comments on commit 973d69e

Please sign in to comment.