From 909d1f334088f0746b1940868835e6d8c77caf19 Mon Sep 17 00:00:00 2001 From: Vitaliy Stoliarov Date: Mon, 1 Jan 2024 14:09:40 +0200 Subject: [PATCH] Update regression.yml --- .github/workflows/regression.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 045f768..97afa59 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -44,7 +44,7 @@ jobs: uses: actions/cache@v3 with: path: ~/.npm - key: ${{ runner.os }}-cache-global-node-modules + key: ${{ runner.os }}-${{ inputs.node || 16 }}-cache-global-node-modules - name: Install Rete QA run: npm i -g rete-qa rete-kit - name: Init application @@ -95,7 +95,7 @@ jobs: uses: actions/cache@v3 with: path: ~/.npm - key: ${{ runner.os }}-cache-global-node-modules + key: ${{ runner.os }}-${{ inputs.node || 16 }}-cache-global-node-modules - name: Install Rete QA run: npm i -g rete-qa rete-kit - name: Install Playwright Browsers