Skip to content

Commit dd294dc

Browse files
committed
update nodejs version
1 parent 2f2b9d8 commit dd294dc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [8.6.0, 10.x, 12.x]
11+
node-version: [10.x, 12.x]
1212

1313
steps:
1414
- uses: actions/checkout@v1

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: node_js
22
node_js:
3-
- '8.6.0'
43
- '10'
54
- '12'
65
cache:

0 commit comments

Comments
 (0)