Skip to content

Commit 2f2b9d8

Browse files
committed
update nodejs version
1 parent 872b197 commit 2f2b9d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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.x, 10.x, 12.x]
11+
node-version: [8.6.0, 10.x, 12.x]
1212

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

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- '8'
3+
- '8.6.0'
44
- '10'
55
- '12'
66
cache:

0 commit comments

Comments
 (0)