Skip to content

Commit

Permalink
Chore: Test on Node 15.x (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Feb 20, 2021
1 parent fc384a4 commit 2080ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [14.x, 13.x, 12.x, 10.x, "10.12.0"]
node: [15.x, 14.x, 13.x, 12.x, 10.x, "10.12.0"]
include:
- os: windows-latest
node: "12.x"
Expand Down

0 comments on commit 2080ce6

Please sign in to comment.