1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 15:48:31 -04:00

build with node 14.x

This commit is contained in:
Jake Jarvis 2020-07-13 19:59:57 -04:00
parent d2323d6038
commit a29a91bfef
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39
3 changed files with 3 additions and 3 deletions

View File

@ -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

1
.nvmrc
View File

@ -1 +0,0 @@
lts/*

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"