Skip to content

Commit a213f98

Browse files
authored
chore(GH-action): using ubuntu 16 and removed node 8 from CI
1 parent 07f6edc commit a213f98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ on:
1212

1313
jobs:
1414
build:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-16.04
1616
strategy:
1717
matrix:
18-
node-version: [8.x, 10.x, 12.x]
18+
node-version: [10.x, 12.x, 13.x]
1919

2020
steps:
2121
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)