Skip to content

Commit

Permalink
remove testing for node 10 as node 10 is no longer officially support…
Browse files Browse the repository at this point in the history
…ed by node

not causing a version jump as this is just removing auto test, we are making
no functional changes nor any code changes at this time.
  • Loading branch information
ericblade committed Jul 11, 2021
1 parent c966812 commit 34f4f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [12.x, 14.x, 16.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 34f4f5c

Please sign in to comment.