Upgrades CI node to 16
parent
881de59bf5
commit
dfe3e55e74
|
@ -8,7 +8,7 @@ jobs:
|
|||
name: Check types
|
||||
strategy:
|
||||
matrix:
|
||||
node: ["14.x"]
|
||||
node: ["16.x"]
|
||||
os: [ubuntu-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
name: Embed and booking flow(for non-embed as well)
|
||||
strategy:
|
||||
matrix:
|
||||
node: ["14.x"]
|
||||
node: ["16.x"]
|
||||
os: [ubuntu-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
name: Testing ${{ matrix.node }} and ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
node: ["14.x"]
|
||||
node: ["16.x"]
|
||||
os: [ubuntu-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ jobs:
|
|||
lint:
|
||||
strategy:
|
||||
matrix:
|
||||
node: ["14.x"]
|
||||
node: ["16.x"]
|
||||
os: [ubuntu-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue