From a29a91bfefa078f755eca2908743c9e03e33017a Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Mon, 13 Jul 2020 19:59:57 -0400 Subject: [PATCH] build with node 14.x --- .github/workflows/ci.yml | 4 ++-- .nvmrc | 1 - netlify.toml | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 .nvmrc diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 384c4664..a5923fbb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: lfs: false - uses: actions/setup-node@v1 with: - node-version: 12.x + node-version: 14.x - name: Install Lighthouse CI run: | npm install -g @lhci/cli @@ -71,7 +71,7 @@ jobs: lfs: false - uses: actions/setup-node@v1 with: - node-version: 12.x + node-version: 14.x - uses: actions/setup-go@v2 with: go-version: 1.14.x diff --git a/.nvmrc b/.nvmrc deleted file mode 100644 index b009dfb9..00000000 --- a/.nvmrc +++ /dev/null @@ -1 +0,0 @@ -lts/* diff --git a/netlify.toml b/netlify.toml index 3f6d65db..90f2c50d 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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"