1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-18 21:45:31 -04:00

build with node 14.x

This commit is contained in:
2020-07-13 19:59:57 -04:00
parent d2323d6038
commit a29a91bfef
3 changed files with 3 additions and 3 deletions

View File

@@ -4,6 +4,7 @@
functions = ".netlify/functions"
[build.environment]
NODE_VERSION = "14"
YARN_VERSION = "1.22.4"
YARN_FLAGS = "--no-ignore-optional --frozen-lockfile"
GO_VERSION = "1.14.4"