Skip to content

Commit a79f703

Browse files
committed
no need to test on 8
1 parent f891aa5 commit a79f703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
strategy:
66
matrix:
77
os: [ubuntu-latest, macos-latest, windows-latest]
8-
node: [8, 16, 18, 20]
8+
node: [16, 18, 20]
99
runs-on: ${{ matrix.os }}
1010
name: ${{ matrix.os }} / Node ${{ matrix.node }}
1111
steps:

0 commit comments

Comments
 (0)