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