diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d1d24fc..53360b2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,9 +24,10 @@ jobs: fail-fast: true matrix: operating-system: [ubuntu-latest] - bun-version: [1.0.12] + node-version: [20.11] + bun-version: [1.0] - name: ๐Ÿš€ Deploy siguici.github.io with bun@${{ matrix.bun-version }} on ${{ matrix.operating-system }} + name: ๐Ÿš€ Deploy siguici.github.io with Bun@${{ matrix.bun-version }} and Node@${{ matrix.node-version }} on ${{ matrix.operating-system }} steps: - name: ๐Ÿšš Checkout the repository @@ -35,6 +36,7 @@ jobs: - name: โšก๏ธ Install, build, and upload uses: withastro/action@v1 with: + node-version: ${{ matrix.node-version }} package-manager: bun@${{ matrix.bun-version }} deploy: @@ -49,4 +51,4 @@ jobs: steps: - name: ๐Ÿ“‚ Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 \ No newline at end of file + uses: actions/deploy-pages@v4 \ No newline at end of file diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bc72fe5..b5e6197 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - bun: [1.0.12] + bun: [1.0] experimental: [false] name: ๐Ÿงช Test Sigui's work using Bun-${{ matrix.bun }} under ${{ matrix.os }} diff --git a/bun.lockb b/bun.lockb index 6584a7b..d86ac92 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 5caad1e..95a62e6 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "yarn": "prefer using bun", "node": "prefer using bun" }, - "packageManager": "bun@1.0.12", + "packageManager": "bun@1.0.25", "publishConfig": { "access": "public" }, @@ -31,13 +31,13 @@ "sync": "astro sync" }, "dependencies": { - "@astrojs/starlight": "^0.12.0", - "astro": "^3.5.5", - "sharp": "^0.32.6" + "@astrojs/starlight": "^0.17.2", + "astro": "^4.3.1", + "sharp": "^0.33.2" }, "devDependencies": { - "@astrojs/check": "^0.3.1", - "typescript": "^5.2.2" + "@astrojs/check": "^0.4.1", + "typescript": "^5.3.3" }, "trustedDependencies": [ "sharp"