Skip to content

Commit

Permalink
Bump setup-bun
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuroXina committed Aug 28, 2024
1 parent 1d7ae8a commit ade63d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- stylelint
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile

- name: Run ${{ matrix.lint }}
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile

- name: Run build
Expand Down

0 comments on commit ade63d2

Please sign in to comment.