Skip to content

Commit

Permalink
build: add node 15 to test matrix (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Oct 26, 2020
1 parent ce6d162 commit 9efa15c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [10, 12, 14]
node: [10, 12, 14, 15]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9efa15c

Please sign in to comment.