mirror of https://github.com/actions/toolkit
bump test action node version
parent
894df20102
commit
57ee33c9cd
|
@ -1,5 +1,5 @@
|
|||
name: 'Set env variables'
|
||||
description: 'Sets certain env variables so that e2e artifact upload and download can be tested in a shell'
|
||||
runs:
|
||||
using: 'node12'
|
||||
using: 'node16'
|
||||
main: 'index.js'
|
|
@ -1,5 +1,5 @@
|
|||
name: 'Set env variables'
|
||||
description: 'Sets certain env variables so that e2e restore and save cache can be tested in a shell'
|
||||
runs:
|
||||
using: 'node12'
|
||||
using: 'node16'
|
||||
main: 'index.js'
|
Loading…
Reference in New Issue