diff --git a/.github/workflows/build_pull_request.yml b/.github/workflows/build_pull_request.yml index dc7062ed..80ef51c5 100644 --- a/.github/workflows/build_pull_request.yml +++ b/.github/workflows/build_pull_request.yml @@ -13,13 +13,10 @@ jobs: with: node-version-file: 'package.json' - - uses: pnpm/action-setup@v6 + - uses: pnpm/action-setup@v4.2.0 name: Install pnpm with: version: 11.1.2 - cache: true - - - run: pnpm setup - name: Install modules run: pnpm ci diff --git a/.github/workflows/build_push_master.yml b/.github/workflows/build_push_master.yml index bf2db2a6..b9cf4d47 100644 --- a/.github/workflows/build_push_master.yml +++ b/.github/workflows/build_push_master.yml @@ -29,13 +29,10 @@ jobs: with: node-version-file: './master/package.json' - - uses: pnpm/action-setup@v6 + - uses: pnpm/action-setup@v4.2.0 name: Install pnpm with: version: 11.1.2 - cache: true - - - run: pnpm setup - name: Cache node_modules uses: actions/cache@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8321c55d..59e6f58a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,13 +34,10 @@ jobs: with: node-version-file: './master/package.json' - - uses: pnpm/action-setup@v6 + - uses: pnpm/action-setup@v4.2.0 name: Install pnpm with: version: 11.1.2 - cache: true - - - run: pnpm setup - name: Cache node_modules uses: actions/cache@v4 diff --git a/.github/workflows/update_i18n_languages.yml b/.github/workflows/update_i18n_languages.yml index dbf3b9ea..74feab27 100644 --- a/.github/workflows/update_i18n_languages.yml +++ b/.github/workflows/update_i18n_languages.yml @@ -31,13 +31,10 @@ jobs: with: node-version-file: './master/package.json' - - uses: pnpm/action-setup@v6 + - uses: pnpm/action-setup@v4.2.0 name: Install pnpm with: version: 11.1.2 - cache: true - - - run: pnpm setup - name: Cache node_modules uses: actions/cache@v4