Upgrades CI node to 16

pull/3054/head^2
zomars 2022-06-13 12:31:35 -06:00
parent 881de59bf5
commit dfe3e55e74
4 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ jobs:
name: Check types
strategy:
matrix:
node: ["14.x"]
node: ["16.x"]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}

View File

@ -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 }}

View File

@ -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 }}

View File

@ -7,7 +7,7 @@ jobs:
lint:
strategy:
matrix:
node: ["14.x"]
node: ["16.x"]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}