Skip to content

Commit

Permalink
⬆️
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Dec 10, 2023
1 parent 686cdca commit 60750aa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
cache: 'pnpm'
cache-dependency-path: '**/pnpm-lock.yaml'

- name: Get pnpm store directory
Expand All @@ -60,4 +60,4 @@ jobs:
run: pnpm install

- name: 🏗 Run build
run: pnpm build
run: pnpm build
4 changes: 2 additions & 2 deletions .github/workflows/lint-typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
matrix:
node-version: [20.x]

steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
needs:
- lint-typecheck
if: ${{ github.event_name == 'push' && failure() }}

steps:
- name: Notify
uses: nobrayner/discord-webhook@v1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 20.x ]
node-version: [20.x]

steps:
- uses: actions/checkout@v4
Expand All @@ -37,7 +37,7 @@ jobs:

- name: 🏗 Build Registry
run: yarn build:registry

- name: ◻️ Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
Expand All @@ -47,4 +47,4 @@ jobs:
commit-message: docs
committer: GitHub <[email protected]>
branch: registry
delete-branch: true
delete-branch: true

0 comments on commit 60750aa

Please sign in to comment.