diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6774f90..186b6d2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -54,12 +54,12 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 name: Install pnpm id: pnpm-install with: run_install: true - version: latest + version: 8 - id: set-matrix run: | export MATRIX=$(pnpm -s m ls --depth -1 -F "./packages/**" --json | jq -c) @@ -132,12 +132,12 @@ jobs: # with: # node-version: lts/* # -# - uses: pnpm/action-setup@v2 +# - uses: pnpm/action-setup@v4 # name: Install pnpm # id: pnpm-install # with: # run_install: true -# version: latest +# version: 8 # # - name: Get pnpm store directory # id: pnpm-cache diff --git a/.github/workflows/build_and_test/action.yml b/.github/workflows/build_and_test/action.yml index aa438de..ca5229d 100644 --- a/.github/workflows/build_and_test/action.yml +++ b/.github/workflows/build_and_test/action.yml @@ -26,12 +26,12 @@ runs: with: node-version: ${{ inputs.node-version }} - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 name: Install pnpm id: pnpm-install with: run_install: true - version: latest + version: 8 - name: Get pnpm store directory id: pnpm-cache diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b1613df..83f17d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,12 +58,12 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 name: Install pnpm id: pnpm-install with: run_install: true - version: latest + version: 8 - id: set-matrix run: | export MATRIX=$(pnpm -s m ls --depth -1 -F "./packages/**" --json | jq -c) @@ -92,12 +92,12 @@ jobs: with: registry-url: 'https://registry.npmjs.org' - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 name: Install pnpm id: pnpm-install with: run_install: true - version: latest + version: 8 - name: Get pnpm store directory id: pnpm-cache