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