From 13894e09c7a2c059682d1477352e25122c8d0ae4 Mon Sep 17 00:00:00 2001 From: Ferenc Hammerl <31069338+fhammerl@users.noreply.github.com> Date: Sat, 10 Dec 2022 16:49:19 +0100 Subject: [PATCH] Try node 16 again --- .github/workflows/artifact-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/artifact-tests.yml b/.github/workflows/artifact-tests.yml index b6200ac4..99993265 100644 --- a/.github/workflows/artifact-tests.yml +++ b/.github/workflows/artifact-tests.yml @@ -24,10 +24,10 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Set Node.js 14.x + - name: Set Node.js 16.x uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 16.x # In order to upload & download artifacts from a shell script, certain env variables need to be set that are only available in the # node context. This runs a local action that gets and sets the necessary env variables that are needed