1
0
Fork 0

bump test action node version

pull/1258/head
John Sudol 2022-12-08 16:44:27 +00:00 committed by GitHub
parent 894df20102
commit 57ee33c9cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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'