Skip to content

Commit

Permalink
adds node 16 back to git actions check
Browse files Browse the repository at this point in the history
  • Loading branch information
Lam, Anson committed Dec 13, 2021
1 parent da10c36 commit b645d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [12, 14]
node-version: [12, 14, 16]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Clone repository
Expand Down

0 comments on commit b645d86

Please sign in to comment.