Skip to content

Commit 6843e26

Browse files
committed
chore: skip odd Node releases (short term support)
1 parent c7e3b1d commit 6843e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: ${{ !contains(github.head_ref, 'all-contributors') }}
1313
strategy:
1414
matrix:
15-
node: [10, 11, 12, 13, 14, 15, 16]
15+
node: [10, 12, 14, 16]
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: 🛑 Cancel Previous Runs

0 commit comments

Comments
 (0)