bump test action node version

This commit is contained in:
John Sudol
2022-12-08 16:44:27 +00:00
committed by GitHub
parent 894df20102
commit 57ee33c9cd
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 restore and save cache can be tested in a shell'
runs:
using: 'node12'
using: 'node16'
main: 'index.js'