Update readme and default version (#10)

This commit is contained in:
Han Qiao
2022-08-06 02:27:39 +08:00
committed by GitHub
parent 2b65cf0aa3
commit 234d31220e
5 changed files with 49 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.32.1'
process.env['INPUT_VERSION'] = '0.34.2'
const np = process.execPath
const ip = path.join(__dirname, '..', 'lib', 'main.js')
const options: cp.ExecFileSyncOptions = {