From a64ea3609dd34a6e477a40eaedb15916738f79c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20=C5=BBuraw?= <9116238+krzysztofzuraw@users.noreply.github.com> Date: Wed, 16 Nov 2022 11:53:50 +0100 Subject: [PATCH] Add explicit node version to nightly test job (#2576) --- .github/workflows/tests-nightly.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests-nightly.yml b/.github/workflows/tests-nightly.yml index 07970e616..7ea536463 100644 --- a/.github/workflows/tests-nightly.yml +++ b/.github/workflows/tests-nightly.yml @@ -47,7 +47,8 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version-file: '.nvmrc' + # use explicit version as this job does not checkout code + node-version: '18' - name: Install saleor cli id: install-saleor-cli @@ -277,4 +278,4 @@ jobs: --version $version \ --pull_request_number $pull_request_number \ --auto_release $auto_release \ - --dashboard_url $dashboard_url \ No newline at end of file + --dashboard_url $dashboard_url