mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
use node v14 in CI
This commit is contained in:
parent
5c2183e4cb
commit
53176cbdeb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [15.x]
|
node-version: [14.x]
|
||||||
os: [macos-11.0, ubuntu-latest, windows-latest]
|
os: [macos-11.0, ubuntu-latest, windows-latest]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue