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 80b8e93 commit 98a66eeCopy full SHA for 98a66ee
.github/test.js
@@ -22,7 +22,7 @@ function installDeps() {
22
23
let installCmd = agent === 'yarn' ? `${agent} add` : `${agent} i`
24
25
- const packages = isVue27 ? 'vue@v2-alpha' : isVue2 ? `vue@2.6 @vue/composition-api` : 'vue@3'
+ const packages = isVue27 ? 'vue@2.7' : isVue2 ? `vue@2.6 @vue/composition-api` : 'vue@3'
26
execSync(`${installCmd} ${packages}`, { cwd: DIR, stdio: 'inherit' })
27
execSync(`${installCmd} ${agent === 'yarn' ? `file:${tarball}` : tarball} --force`, { cwd: DIR, stdio: 'inherit' })
28
}
0 commit comments