mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Update CircleCI to use Node v12
This commit is contained in:
parent
309ead35cf
commit
b4c996e9f9
2 changed files with 5 additions and 5 deletions
|
|
@ -2,7 +2,7 @@ version: 2
|
||||||
jobs:
|
jobs:
|
||||||
install:
|
install:
|
||||||
macos:
|
macos:
|
||||||
xcode: "10.3.0"
|
xcode: "11.2.1"
|
||||||
working_directory: ~/repo
|
working_directory: ~/repo
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
macos:
|
macos:
|
||||||
xcode: "10.3.0"
|
xcode: "11.2.1"
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
|
|
@ -37,7 +37,7 @@ jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
macos:
|
macos:
|
||||||
xcode: "10.3.0"
|
xcode: "11.2.1"
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
|
|
@ -54,7 +54,7 @@ jobs:
|
||||||
|
|
||||||
release:
|
release:
|
||||||
macos:
|
macos:
|
||||||
xcode: "10.3.0"
|
xcode: "11.2.1"
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ language: node_js
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
node_js: 12.10.0
|
node_js: 12
|
||||||
env: CC=clang CXX=clang++ npm_config_clang=1
|
env: CC=clang CXX=clang++ npm_config_clang=1
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue