From 8ebab93670b0f0b8cdab277ef26de236eb131d98 Mon Sep 17 00:00:00 2001 From: Patrick Hulce Date: Tue, 7 Sep 2021 11:00:30 -0500 Subject: [PATCH] tests: avoid node 16.9.0 --- .github/workflows/unit.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index 5d922d89f2ab..3fead5bb085e 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -10,11 +10,11 @@ jobs: unit: strategy: matrix: - node: ['12', '14', '16'] + node: ['12', '14', '16.8'] runs-on: ubuntu-latest name: node ${{ matrix.node }} env: - LATEST_NODE: '16' + LATEST_NODE: '16.8' steps: - name: git clone @@ -66,7 +66,7 @@ jobs: with: flags: unit file: ./unit-coverage.lcov - + # For windows, just test the potentially platform-specific code. unit-windows: runs-on: windows-latest