mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 22:28:30 -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
|
lfs: false
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 12.x
|
node-version: 14.x
|
||||||
- name: Install Lighthouse CI
|
- name: Install Lighthouse CI
|
||||||
run: |
|
run: |
|
||||||
npm install -g @lhci/cli
|
npm install -g @lhci/cli
|
||||||
@ -71,7 +71,7 @@ jobs:
|
|||||||
lfs: false
|
lfs: false
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 12.x
|
node-version: 14.x
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: 1.14.x
|
go-version: 1.14.x
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
functions = ".netlify/functions"
|
functions = ".netlify/functions"
|
||||||
|
|
||||||
[build.environment]
|
[build.environment]
|
||||||
|
NODE_VERSION = "14"
|
||||||
YARN_VERSION = "1.22.4"
|
YARN_VERSION = "1.22.4"
|
||||||
YARN_FLAGS = "--no-ignore-optional --frozen-lockfile"
|
YARN_FLAGS = "--no-ignore-optional --frozen-lockfile"
|
||||||
GO_VERSION = "1.14.4"
|
GO_VERSION = "1.14.4"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user