We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e117a53 commit 4550bddCopy full SHA for 4550bdd
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
if: ${{ !contains(github.head_ref, 'all-contributors') }}
13
strategy:
14
matrix:
15
- node: [8, 9, 10, 11, 12, 13, 14, 15, 16]
+ node: [8, 10, 12, 14, 16]
16
runs-on: ubuntu-latest
17
steps:
18
- name: 🛑 Cancel Previous Runs
0 commit comments