Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
pin default Node.js version to v11.6.0 in .travis.yml
Browse files Browse the repository at this point in the history
see istanbuljs/nyc#973

Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
  • Loading branch information
boneskull committed Jan 22, 2019
1 parent 6b5a785 commit 1abfef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,7 @@ stages:

# defaults
language: node_js
node_js: '11'
node_js: '11.6'
addons:
apt:
packages:
Expand Down

0 comments on commit 1abfef6

Please sign in to comment.