Skip to content

Commit

Permalink
Remove Node.js v12 from the testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
eaviles committed Oct 22, 2021
1 parent f25f542 commit 610f91d
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 @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [12, 14, 16]
node-version: [14, 16]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Clone repository
Expand Down

0 comments on commit 610f91d

Please sign in to comment.