Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdba3966

Browse files
authored
Remove node6 support, add node12 to build (#1397)
1 parent9bbe486 commitdba3966

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.travis.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
sudo:false
22
language:node_js
33
node_js:
4-
-"6"
54
-"8"
65
-"10"
6+
-"12"
77
script:
88
-npm test
99
after_success:

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"version":"auto-changelog -p && git add CHANGELOG.md"
3636
},
3737
"engines": {
38-
"node":">=6.0.0"
38+
"node":">=8.0.0"
3939
},
4040
"license":"MIT"
4141
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp