diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index fef03c699..8ea8530fb 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -35,14 +35,14 @@ jobs: with: version: ${{ env.POETRY_VERSION }} + - uses: pnpm/action-setup@v3 + - name: Setup Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: "pnpm" - - uses: pnpm/action-setup@v3 - - name: Install dependencies run: pnpm install diff --git a/.github/workflows/lint_on_push_or_pull.yml b/.github/workflows/lint_on_push_or_pull.yml index 03088bbd1..488f96d6c 100644 --- a/.github/workflows/lint_on_push_or_pull.yml +++ b/.github/workflows/lint_on_push_or_pull.yml @@ -14,14 +14,14 @@ jobs: steps: - uses: actions/checkout@v4 + - uses: pnpm/action-setup@v3 + - name: Setup Node.js uses: actions/setup-node@v4 with: node-version-file: ".nvmrc" cache: "pnpm" - - uses: pnpm/action-setup@v3 - - name: Install dependencies run: pnpm install diff --git a/.github/workflows/publish_github.yml b/.github/workflows/publish_github.yml index 313c77b86..247a243db 100644 --- a/.github/workflows/publish_github.yml +++ b/.github/workflows/publish_github.yml @@ -12,14 +12,14 @@ jobs: - name: Checkout Repo uses: actions/checkout@v4 + - uses: pnpm/action-setup@v3 + - name: Setup Node.js uses: actions/setup-node@v4 with: node-version-file: ".nvmrc" cache: "pnpm" - - uses: pnpm/action-setup@v3 - - name: Install dependencies run: pnpm install diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 91eb94e55..5f9cce432 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,14 +15,14 @@ jobs: - name: Checkout Repo uses: actions/checkout@v4 + - uses: pnpm/action-setup@v3 + - name: Setup Node.js uses: actions/setup-node@v4 with: node-version-file: ".nvmrc" cache: "pnpm" - - uses: pnpm/action-setup@v3 - - name: Install dependencies run: pnpm install