Skip to content

Commit

Permalink
chore: more workflow fixes (#14)
Browse files Browse the repository at this point in the history
* 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

* .
  • Loading branch information
Ryan-Zayne authored Jun 19, 2024
1 parent e8133a4 commit cab8840
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-and-type.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit cab8840

Please sign in to comment.