Skip to content

Commit

Permalink
tools: drop v13.x from actions
Browse files Browse the repository at this point in the history
This version is now EOL
  • Loading branch information
MylesBorins committed Jul 21, 2020
1 parent 6ce8358 commit a904d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [10.x, 12.x, 13.x, 14.x]
node-version: [10.x, 12.x, 14.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit a904d56

Please sign in to comment.