From 57ee33c9cd07befe46f8e5fa9e7f21598de78a7d Mon Sep 17 00:00:00 2001 From: John Sudol <24583161+johnsudol@users.noreply.github.com> Date: Thu, 8 Dec 2022 16:44:27 +0000 Subject: [PATCH] bump test action node version --- packages/artifact/__tests__/ci-test-action/action.yml | 2 +- packages/cache/__tests__/__fixtures__/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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