Skip to content

Commit

Permalink
feat(ci): update Node.js version on CI to run v12
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed Jun 17, 2020
1 parent 4f6dc92 commit 3888a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '8'
- '12'
script:
- make init
- make fmt-check
Expand Down

0 comments on commit 3888a72

Please sign in to comment.