Skip to content

Commit 98a66ee

Browse files
committed
chore: update vue version tag
1 parent 80b8e93 commit 98a66ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function installDeps() {
2222

2323
let installCmd = agent === 'yarn' ? `${agent} add` : `${agent} i`
2424

25-
const packages = isVue27 ? 'vue@v2-alpha' : isVue2 ? `vue@2.6 @vue/composition-api` : 'vue@3'
25+
const packages = isVue27 ? 'vue@2.7' : isVue2 ? `vue@2.6 @vue/composition-api` : 'vue@3'
2626
execSync(`${installCmd} ${packages}`, { cwd: DIR, stdio: 'inherit' })
2727
execSync(`${installCmd} ${agent === 'yarn' ? `file:${tarball}` : tarball} --force`, { cwd: DIR, stdio: 'inherit' })
2828
}

0 commit comments

Comments
 (0)