ci: add missing tests for the previous release

This commit is contained in:
Kengo TODA
2022-04-19 15:59:39 +08:00
committed by Kengo TODA
parent 33b4394f8b
commit f4e83dcee9
2 changed files with 4 additions and 0 deletions

View File

@@ -19,4 +19,5 @@ test('Install the right version', async () => {
await testVersion('1.29.1')
await testVersion('1.29.2')
await testVersion('2.2.3')
await testVersion('v2.2.3')
})