Skip to content

Commit

Permalink
tests: avoid node 16.9.0 (GoogleChrome#13012)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce authored and satya-nutella committed Sep 7, 2021
1 parent 43f5214 commit 92ef2ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 92ef2ec

Please sign in to comment.