Skip to content

Commit

Permalink
fix: remove node-10 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Dec 14, 2021
1 parent a5a2c93 commit dc6840d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [12.x, 14.x]
os: [ubuntu-latest, windows-latest]

steps:
Expand Down

0 comments on commit dc6840d

Please sign in to comment.