Skip to content

Commit c7e3b1d

Browse files
authored
chore: bump minimum tested Node version back to 10
1 parent ed31a35 commit c7e3b1d

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: [8, 9, 10, 11, 12, 13, 14, 15, 16]
15+
node: [10, 11, 12, 13, 14, 15, 16]
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: 🛑 Cancel Previous Runs

0 commit comments

Comments
 (0)