Skip to content

Commit

Permalink
fix(ci/changesets): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Jul 30, 2024
1 parent 839d8c7 commit 2abc569
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
paths:
- .changeset/**
- .github/workflows/changesets.yml
workflow_dispatch:

concurrency: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -14,17 +15,17 @@ jobs:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v4
id: pnpm-install
with:
version: latest
run_install: false

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
cache: pnpm
node-version: latest
Expand Down

0 comments on commit 2abc569

Please sign in to comment.