We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca76b7f commit 62492eaCopy full SHA for 62492ea
.travis.yml
@@ -3,7 +3,7 @@ sudo: false
3
language: node_js
4
5
before_install:
6
- - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.17.3
+ - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.19.1
7
- export PATH=$HOME/.yarn/bin:$PATH
8
9
install:
package.json
@@ -4,7 +4,7 @@
"description": "This app shows your merge requests grouped by projects and WIP status. It is accessible from the system tray.",
"main": "./dist/main.js",
"engines": {
- "yarn": "1.17.3"
+ "yarn": "1.19.1"
},
"homepage": "https://github.com/codecentric/merge-request-notifier",
10
"author": {
0 commit comments