We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed31a35 commit c7e3b1dCopy full SHA for c7e3b1d
.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: [10, 11, 12, 13, 14, 15, 16]
16
runs-on: ubuntu-latest
17
steps:
18
- name: 🛑 Cancel Previous Runs
0 commit comments