Skip to content

Commit

Permalink
⬆️ Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Feb 2, 2024
1 parent 3a6c57d commit 3b4cf45
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -49,4 +51,4 @@ jobs:
steps:
- name: 📂 Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
Binary file modified bun.lockb
Binary file not shown.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -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"
Expand Down

0 comments on commit 3b4cf45

Please sign in to comment.