We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8275e3 commit ef1d731Copy full SHA for ef1d731
.github/workflows/validate.yml
@@ -17,7 +17,7 @@ jobs:
17
if: ${{ !contains(github.head_ref, 'all-contributors') }}
18
strategy:
19
matrix:
20
- node: [10.13, 10, 12, 14, 15]
+ node: [10.13, 10, 12, 14, 16]
21
runs-on: ubuntu-latest
22
steps:
23
- name: 🛑 Cancel Previous Runs
0 commit comments