diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3bb9f21..d16cc488 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,8 @@ jobs: uses: actions/checkout@v4 - name: Pnpm Setup uses: pnpm/action-setup@v4 + with: + version: 8 - name: Install dependencies env: HUSKY: 0 diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index d06cac12..ad70f669 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -16,6 +16,8 @@ jobs: uses: actions/checkout@v4 - name: Pnpm Setup uses: pnpm/aciton-setup@v4 + with: + version: 8 - name: Cypress run uses: cypress-io/github-action@v6 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e4dd73f5..7bea6154 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,6 +28,8 @@ jobs: password: ${{ secrets.DOCKER_TOKEN }} - name: Pnpm Setup uses: pnpm/action-setup@v4 + with: + version: 8 - name: Install dependencies run: pnpm install - name: Release