Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit ff04ff1

Browse files
committed
Use node 12 in the CI
1 parent 826031a commit ff04ff1

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
@@ -5,7 +5,7 @@ notifications:
55
on_success: never
66
on_failure: change
77

8-
node_js: "10"
8+
node_js: "12"
99

1010
git:
1111
depth: 10

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ clone_depth: 10
1111
skip_tags: true
1212

1313
install:
14-
- ps: Install-Product node 6
14+
- ps: Install-Product node 12
1515
- npm run prepare
1616
- npm install
1717
- npm run lint

0 commit comments

Comments
 (0)