Skip to content

Commit

Permalink
⬆️ Upgrade engines and actions
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Oct 14, 2024
1 parent 4468233 commit 8ef0cc7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
fail-fast: true
matrix:
operating-system: [ubuntu-latest]
node-version: [20.11]
bun-version: [1.0]
node-version: [20.18]
bun-version: [1.1]

name: 🚀 Deploy siguici.github.io with Bun@${{ matrix.bun-version }} and Node@${{ matrix.node-version }} on ${{ matrix.operating-system }}

Expand All @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v4

- name: ⚡️ Install, build, and upload
uses: withastro/action@v1
uses: withastro/action@v2
with:
node-version: ${{ matrix.node-version }}
package-manager: bun@${{ matrix.bun-version }}
Expand All @@ -52,4 +52,4 @@ jobs:
steps:
- name: 📂 Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
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]
bun: [1.1]
experimental: [false]
name: 🧪 Test Sigui's work using Bun-${{ matrix.bun }} under ${{ matrix.os }}

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"description": "📝 Centralized Documentation for Sigui Open-Source Projects.",
"private": true,
"engines": {
"bun": ">=1.0.0",
"bun": ">=1.1",
"npm": "prefer using bun",
"pnpm": "prefer using bun",
"yarn": "prefer using bun",
"node": "prefer using bun"
},
"packageManager": "bun@1.0.25",
"packageManager": "bun@1.1.30",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -42,4 +42,4 @@
"trustedDependencies": [
"sharp"
]
}
}

0 comments on commit 8ef0cc7

Please sign in to comment.