Upgrades CI node to 16

This commit is contained in:
zomars
2022-06-13 12:32:26 -06:00
parent 881de59bf5
commit dfe3e55e74
4 changed files with 4 additions and 4 deletions
+1 -1
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 }}
+1 -1
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 }}
+1 -1
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 }}
+1 -1
View File
@@ -7,7 +7,7 @@ jobs:
lint:
strategy:
matrix:
node: ["14.x"]
node: ["16.x"]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}