Skip to content

Commit

Permalink
chore: continue testing on Node 15 (#663)
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Fritsche <ph.fritsche@gmail.com>
  • Loading branch information
nickmccurdy and ph-fritsche committed May 8, 2021
1 parent 03f38b9 commit 224b207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
main:
strategy:
matrix:
node: [10, 12, 14, 16]
node: [10, 12, 14, 15, 16]
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
Expand Down

0 comments on commit 224b207

Please sign in to comment.