Skip to content

Commit

Permalink
@uppy/companion: fix deploy Yarn version (transloadit#3327)
Browse files Browse the repository at this point in the history
* @uppy/companion: fix deploy

When running from the Dockerfile, Corepack cannot pick up the
information from the parent package.json and tries to run with an
older version of Yarn.

* Update update-yarn.sh
  • Loading branch information
aduh95 committed Nov 29, 2021
1 parent 16a726d commit f8af66b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -112,7 +112,9 @@
"test": "bash -c 'source env.test.sh && ../../../node_modules/jest/bin/jest.js'",
"test:watch": "yarn test -- --watch"
},
"packageManager": "yarn@3.1.0",
"engines": {
"node": ">=10.20.1"
"node": ">=10.20.1",
"yarn": "3.1.0"
}
}

0 comments on commit f8af66b

Please sign in to comment.