Update default cli version (#21)

This commit is contained in:
Han Qiao
2022-08-15 09:27:08 +08:00
committed by GitHub
parent 535251ef0b
commit cf53256c7b
4 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ test('gets download url to binary', async () => {
// shows how the runner will run a javascript action with env / stdout protocol
test('test runs', () => {
process.env['RUNNER_TEMP'] = os.tmpdir()
process.env['INPUT_VERSION'] = '0.34.2'
process.env['INPUT_VERSION'] = '1.0.0'
const np = process.execPath
const ip = path.join(__dirname, '..', 'lib', 'main.js')
const options: cp.ExecFileSyncOptions = {