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:
parent
d2323d6038
commit
a29a91bfef
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user