We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b2bfb4 commit 8cbee5bCopy full SHA for 8cbee5b
packages/@sanity/cli/src/scripts/package-yarn.js
@@ -3,7 +3,7 @@ import path from 'path'
3
import fsp from 'fs-promise'
4
import simpleGet from 'simple-get'
5
6
-const version = '0.24.6'
+const version = '0.27.5'
7
const baseUrl = 'https://github.com/yarnpkg/yarn/releases/download'
8
const bundleUrl = `${baseUrl}/v${version}/yarn-legacy-${version}.js`
9
const licenseUrl = 'https://raw.githubusercontent.com/yarnpkg/yarn/master/LICENSE'
0 commit comments