Skip to content

Commit eed05a1

Browse files
committedMay 25, 2019
build: Node.js@12.3
1 parent 10c7756 commit eed05a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ node_js:
1313
- "9.11"
1414
- "10.15"
1515
- "11.15"
16-
- "12.2"
16+
- "12.3"
1717
matrix:
1818
include:
1919
- node_js: "13"

‎appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ environment:
1313
- nodejs_version: "9.11"
1414
- nodejs_version: "10.15"
1515
- nodejs_version: "11.15"
16-
- nodejs_version: "12.2"
16+
- nodejs_version: "12.3"
1717
cache:
1818
- node_modules
1919
install:

0 commit comments

Comments
 (0)
Please sign in to comment.