From 33ba9cb7b4565daf25d6f071c8d89c521f5c05fd Mon Sep 17 00:00:00 2001 From: ipatate Date: Tue, 10 Sep 2024 16:30:39 +0200 Subject: [PATCH] refactor main.yml workflow for better clarity and alignment with project structure --- .github/workflows/main.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f7a702f..2277b38 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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