diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f30c309..7ca3759 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,17 +7,15 @@ concurrency: on: push: branches: - - 'main' + - "main" jobs: build: name: "Build" runs-on: ubuntu-latest steps: - - name: Setup Bun + - name: Set up Bun uses: https://github.com/oven-sh/setup-bun@v2 - with: - bun-version: latest - name: Checkout repository uses: actions/checkout@v6 - name: Install dependencies diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 812b8b9..14bef96 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,10 +11,8 @@ jobs: name: 'ESLint' runs-on: ubuntu-latest steps: - - name: Setup Bun + - name: Set up Bun uses: https://github.com/oven-sh/setup-bun@v2 - with: - bun-version: latest - name: Checkout repository uses: actions/checkout@v6 - name: Install dependencies @@ -28,10 +26,8 @@ jobs: name: 'Oxlint' runs-on: ubuntu-latest steps: - - name: Setup Bun + - name: Set up Bun uses: https://github.com/oven-sh/setup-bun@v2 - with: - bun-version: latest - name: Checkout repository uses: actions/checkout@v6 - name: Install dependencies @@ -45,10 +41,8 @@ jobs: name: Type Check runs-on: ubuntu-latest steps: - - name: Setup Bun + - name: Set up Bun uses: https://github.com/oven-sh/setup-bun@v2 - with: - bun-version: latest - name: Checkout repository uses: actions/checkout@v6 - name: Install dependencies diff --git a/Makefile b/Makefile index 51cc1c8..9e581f0 100644 --- a/Makefile +++ b/Makefile @@ -31,8 +31,8 @@ node_modules: bun.lock .PHONY: install install: npm-install ## install project -.PHONY: install -install: npm-update ## update project +.PHONY: update +update: npm-update ## update project .PHONY: build build: npm-run-build ## build static site in "dist" diff --git a/bun.lock b/bun.lock index 15ddccf..e3efcc4 100644 --- a/bun.lock +++ b/bun.lock @@ -1,5 +1,6 @@ { "lockfileVersion": 1, + "configVersion": 0, "workspaces": { "": { "name": "md-blog",