Skip to content

Commit

Permalink
chore: update vue version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 10, 2024
1 parent 80b8e93 commit 98a66ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/test.js
Expand Up @@ -22,7 +22,7 @@ function installDeps() {

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

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'
execSync(`${installCmd} ${packages}`, { cwd: DIR, stdio: 'inherit' })
execSync(`${installCmd} ${agent === 'yarn' ? `file:${tarball}` : tarball} --force`, { cwd: DIR, stdio: 'inherit' })
}
Expand Down

0 comments on commit 98a66ee

Please sign in to comment.