Skip to content

Commit

Permalink
refactor main.yml workflow for better clarity and alignment with proj…
Browse files Browse the repository at this point in the history
…ect structure
  • Loading branch information
ipatate committed Sep 10, 2024
1 parent 3d1ac92 commit 33ba9cb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ jobs:
- name: 🚚 Get latest code
uses: actions/checkout@v4

# - name: Use Node.js 20.x
# uses: actions/setup-node@v2
# with:
# node-version: '20.17.0'
- name: Use Bun
uses: oven-sh/setup-bun@v2
with:
node-version: 'latest'

- name: 🔨 Build Project
uses: oven-sh/setup-bun@v2
run: |
bun install
bun run favicon
Expand Down

0 comments on commit 33ba9cb

Please sign in to comment.