Update the fixture to ESM syntax

This commit is contained in:
Daniel Kennedy
2026-01-29 13:32:49 -05:00
parent 336b25a4ef
commit ea8b69c3cd
2 changed files with 5 additions and 4 deletions
+1 -1
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: 'node20'
main: 'index.js'