Run Testcafe tests with Node 16 (#1714)

Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
This commit is contained in:
Daniel Valdivia
2022-03-14 12:11:07 -07:00
committed by GitHub
parent 3b423826fd
commit 93243f2c77

View File

@@ -566,7 +566,7 @@ jobs:
id: go
- uses: actions/setup-node@v2
with:
node-version: '17'
node-version: '16'
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- uses: actions/cache@v2
@@ -639,7 +639,7 @@ jobs:
id: go
- uses: actions/setup-node@v2
with:
node-version: '17'
node-version: '16'
- name: Check out code into the Go module directory
uses: actions/checkout@v2
@@ -713,9 +713,6 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
id: go
- uses: actions/setup-node@v2
with:
node-version: '17'
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Check out gocovmerge as a nested repository