Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlighter committed Dec 17, 2024
1 parent f65817e commit d5e25ec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
- name: node
version: 22.x
- name: bun
# https://github.com/oven-sh/setup-bun/issues/37
# https://github.com/oven-sh/setup-bun/issues/37
# version: 1.x
version: latest
os:
- ubuntu-latest
- windows-latest
# - windows-latest
- macos-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -145,9 +145,9 @@ jobs:
name: Deploy
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
runs-on: ubuntu-latest
# needs:
# - preview
# - publish
needs:
- preview
- publish
permissions:
id-token: write
pages: write
Expand Down

0 comments on commit d5e25ec

Please sign in to comment.