Skip to content

Commit 01e3d6f

Browse files
committed
Drop Node 8.x
1 parent a48986a commit 01e3d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
node-version: [8.x, 10.x, 12.x, 14.x, 15.x]
15+
node-version: [10.x, 12.x, 14.x, 15.x]
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)