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