mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 21:58:39 -09:00
Use ubuntu 18 on github actions
This commit is contained in:
parent
7b54b569b1
commit
54bdc9ba5d
1 changed files with 4 additions and 1 deletions
5
.github/workflows/nodejs.yml
vendored
5
.github/workflows/nodejs.yml
vendored
|
|
@ -14,7 +14,10 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [14.x]
|
node-version: [14.x]
|
||||||
os: [macos-11.0, ubuntu-latest, windows-latest]
|
os:
|
||||||
|
- macos-11.0
|
||||||
|
- ubuntu-18.04
|
||||||
|
- windows-latest
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue