From cab884032bd8c5a2cd35c0217b75df8bcb0b9544 Mon Sep 17 00:00:00 2001 From: Ryan Zayne <93886198+Ryan-Zayne@users.noreply.github.com> Date: Wed, 19 Jun 2024 16:51:39 +0100 Subject: [PATCH] chore: more workflow fixes (#14) * refactor: attempt at reducing bundle size * chore: update workflow * Create dirty-kids-grin.md * chore: update workflows * Create silver-pants-move.md * chore: more workflow updates * . --- .github/workflows/lint-and-type.yml | 6 +++--- .github/workflows/release-and-publish.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lint-and-type.yml b/.github/workflows/lint-and-type.yml index 64c05b2..1ef3acf 100644 --- a/.github/workflows/lint-and-type.yml +++ b/.github/workflows/lint-and-type.yml @@ -16,12 +16,12 @@ jobs: node-version: [20] steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 with: - version: 9 + version: 9.4.0 - name: Setup Node.js uses: actions/setup-node@v3 diff --git a/.github/workflows/release-and-publish.yml b/.github/workflows/release-and-publish.yml index beeca8b..8241924 100644 --- a/.github/workflows/release-and-publish.yml +++ b/.github/workflows/release-and-publish.yml @@ -16,7 +16,7 @@ permissions: jobs: release: - if: ${{ github.event.workflow_run.conclusion == 'success' }} + # if: ${{ github.event.workflow_run.conclusion == 'success' }} runs-on: ubuntu-latest strategy: matrix: @@ -30,9 +30,9 @@ jobs: fetch-depth: 0 - name: Setup pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 with: - version: 9 + version: 9.4.0 - name: Setup Node.js 20.x uses: actions/setup-node@v3