Skip to content

Commit

Permalink
🚀 Migrate from pnpm to Bun
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Oct 1, 2023
1 parent 2bf4981 commit 7cea195
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4,399 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,28 +25,30 @@ jobs:
matrix:
operating-system: [ubuntu-latest]
node-version: [18.18]
bun-version: [1.0.3]

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

steps:
- name: Checkout the repository
- name: 🚚 Checkout the repository
uses: actions/checkout@v3

- name: Install, build, and upload
- name: ⚡️ Install, build, and upload
uses: withastro/action@v1
with:
node-version: ${{ matrix.node-version }}
package-manager: bun@${{ matrix.bun-version }}

deploy:
needs: build

runs-on: ubuntu-latest

environment:
name: github-pages
name: 🍱 github-pages
url: ${{ steps.deployment.outputs.page_url }}

steps:
- name: Deploy to GitHub Pages
- name: 📂 Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
Binary file added bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "opensource.sikessem.com",
"engines": {
"node": ">=18.18.0",
"pnpm": ">=8.0.0"
"bun": ">=1.0.0"
},
"packageManager": "[email protected]",
"packageManager": "[email protected]",
"publishConfig": {
"access": "public"
},
Expand Down
Loading

0 comments on commit 7cea195

Please sign in to comment.