mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-17 22:18:41 -09:00
Use Node 16 on CI
This commit is contained in:
parent
05b1657b33
commit
709671aaf7
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: [14.x]
|
node-version: [16.x]
|
||||||
os:
|
os:
|
||||||
- macos-11.0
|
- macos-11.0
|
||||||
- ubuntu-18.04
|
- ubuntu-18.04
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue