Skip to content

Commit 23c7a5a

Browse files
committed
drop node-8
1 parent 8b9ddf3 commit 23c7a5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
node-version: [8.x, 10.x, 12.x]
8+
node-version: [10.x, 12.x]
99
steps:
1010
- uses: actions/checkout@v1
1111
- name: Use Node.js ${{ matrix.node-version }}
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
node-version: [8.x, 10.x, 12.x]
29+
node-version: [10.x, 12.x]
3030
steps:
3131
- uses: actions/checkout@v1
3232
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)