Skip to content

Commit

Permalink
tests: restore use of latest node 16 in CI (#13079)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed Sep 16, 2021
1 parent c9ce384 commit 6caacad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit.yml
Expand Up @@ -10,11 +10,11 @@ jobs:
unit:
strategy:
matrix:
node: ['12', '14', '16.8']
node: ['12', '14', '16']
runs-on: ubuntu-latest
name: node ${{ matrix.node }}
env:
LATEST_NODE: '16.8'
LATEST_NODE: '16'

steps:
- name: git clone
Expand Down

0 comments on commit 6caacad

Please sign in to comment.