From 5033ad5df55d8c921b3c3ee3f9539e08a35e29ec Mon Sep 17 00:00:00 2001 From: mertmit Date: Fri, 20 Oct 2023 18:43:58 +0300 Subject: [PATCH] chore: use consistent version for actions Signed-off-by: mertmit --- .github/workflows/ci-cd.yml | 4 ++-- .github/workflows/playwright-test-workflow.yml | 4 ++-- .github/workflows/pre-build-for-playwright.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 18bc1102ed..adfbbc756f 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -36,7 +36,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v2 with: - version: 8.8.0 + version: 8 - name: Setup Node uses: actions/setup-node@v3 with: @@ -75,7 +75,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: 18.17.1 + node-version: 18.14.0 - name: Checkout uses: actions/checkout@v3 with: diff --git a/.github/workflows/playwright-test-workflow.yml b/.github/workflows/playwright-test-workflow.yml index 1c52f5ab4f..fbe739b217 100644 --- a/.github/workflows/playwright-test-workflow.yml +++ b/.github/workflows/playwright-test-workflow.yml @@ -23,11 +23,11 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: 18.17.1 + node-version: 18.14.0 - name: Setup pnpm uses: pnpm/action-setup@v2 with: - version: 8.8.0 + version: 8 - name: Get pnpm store directory shell: bash run: | diff --git a/.github/workflows/pre-build-for-playwright.yml b/.github/workflows/pre-build-for-playwright.yml index 33cae79811..59b4a81ce8 100644 --- a/.github/workflows/pre-build-for-playwright.yml +++ b/.github/workflows/pre-build-for-playwright.yml @@ -13,11 +13,11 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: 18.17.1 + node-version: 18.14.0 - name: Setup pnpm uses: pnpm/action-setup@v2 with: - version: 8.8.0 + version: 8 - name: remove use-node-version from .npmrc run: sed -i '/^use-node-version/d' .npmrc - name: Get pnpm store directory