mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18: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}}
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [15.x]
|
||||
node-version: [14.x]
|
||||
os: [macos-11.0, ubuntu-latest, windows-latest]
|
||||
fail-fast: false
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue