mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Update CI to use Node 14
This commit is contained in:
parent
dbe3e38b9e
commit
0cc542aa83
1 changed files with 4 additions and 10 deletions
14
.github/workflows/nodejs.yml
vendored
14
.github/workflows/nodejs.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
runs-on: macos-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12.x]
|
||||
node-version: [14.x]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
@ -29,8 +29,6 @@ jobs:
|
|||
cp build/canary.icns build/icon.icns
|
||||
- name: Build
|
||||
run: yarn run dist --publish=never
|
||||
env:
|
||||
CI: true
|
||||
- name: Get macOS Artifact Names
|
||||
id: getmacosfilename
|
||||
run: |
|
||||
|
|
@ -45,7 +43,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12.x]
|
||||
node-version: [14.x]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
@ -63,9 +61,7 @@ jobs:
|
|||
cp build/canary.ico build/icon.ico
|
||||
cp build/canary.icns build/icon.icns
|
||||
- name: Build
|
||||
run: yarn run dist --publish=never
|
||||
env:
|
||||
CI: true
|
||||
run: yarn run dist --publish=never
|
||||
- name: Get Linux Artifact Names
|
||||
id: getlinuxfilename
|
||||
run: |
|
||||
|
|
@ -101,7 +97,7 @@ jobs:
|
|||
runs-on: windows-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12.x]
|
||||
node-version: [14.x]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
@ -120,8 +116,6 @@ jobs:
|
|||
Copy-Item .\build\canary.icns .\build\icon.icns
|
||||
- name: Build
|
||||
run: yarn run dist --publish=never
|
||||
env:
|
||||
CI: true
|
||||
- name: Get Windows Artifact Names
|
||||
id: getwindowsfilename
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue