Skip to content

Commit

Permalink
fix(travis): fix travis nodejs version (#2374)
Browse files Browse the repository at this point in the history
I'm going to merge and see if this does the trick. Don't have much time and would like to have it published for today.
  • Loading branch information
robertohuertasm committed Feb 16, 2020
1 parent 4461233 commit 51e46ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
- stage: wiki pages icons list update
if: repo =~ ^vscode-icons AND branch = master AND type = push
os: linux
node_js: 8.9.3
node_js: 10.2.0
addons:
apt:
sources: [ubuntu-toolchain-r-test]
Expand Down

0 comments on commit 51e46ed

Please sign in to comment.