Skip to content

Commit 62492ea

Browse files
author
Matthias Rütten
committed
update yarn version
1 parent ca76b7f commit 62492ea

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
@@ -3,7 +3,7 @@ sudo: false
33
language: node_js
44

55
before_install:
6-
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.17.3
6+
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.19.1
77
- export PATH=$HOME/.yarn/bin:$PATH
88

99
install:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "This app shows your merge requests grouped by projects and WIP status. It is accessible from the system tray.",
55
"main": "./dist/main.js",
66
"engines": {
7-
"yarn": "1.17.3"
7+
"yarn": "1.19.1"
88
},
99
"homepage": "https://github.com/codecentric/merge-request-notifier",
1010
"author": {

0 commit comments

Comments
 (0)