We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa0d91d commit 637529eCopy full SHA for 637529e
.github/workflows/validate.yml
@@ -16,7 +16,7 @@ jobs:
16
if: ${{ !contains(github.head_ref, 'all-contributors') }}
17
strategy:
18
matrix:
19
- node: [10.14, 12, 14, 16]
+ node: [10.14, 12, 14, 15, 16]
20
runs-on: ubuntu-latest
21
steps:
22
- name: ⬇️ Checkout repo
0 commit comments