diff --git a/packages/artifact/__tests__/ci-test-action/action.yml b/packages/artifact/__tests__/ci-test-action/action.yml index 9f80bce9..b8f20f22 100644 --- a/packages/artifact/__tests__/ci-test-action/action.yml +++ b/packages/artifact/__tests__/ci-test-action/action.yml @@ -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' \ No newline at end of file diff --git a/packages/cache/__tests__/__fixtures__/action.yml b/packages/cache/__tests__/__fixtures__/action.yml index 7cd98502..90d5dc79 100644 --- a/packages/cache/__tests__/__fixtures__/action.yml +++ b/packages/cache/__tests__/__fixtures__/action.yml @@ -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' \ No newline at end of file