ci(ga): switch to bun

This commit is contained in:
Ming Di Leom 2024-10-24 10:24:48 +00:00
parent 715061b3c7
commit c5f196cc6c
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ on:
jobs:
pages:
runs-on: ubuntu-latest
container: node:lts-alpine
container: oven/bun:alpine
steps:
- uses: actions/checkout@v4
- name: Install Dependencies
@ -54,6 +54,6 @@ jobs:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
if: ${{ env.NETLIFY_SITE_ID != 0 && env.GITLAB_STATUS == 'down' }}
run: |
npm install netlify-cli -g
bun install -g netlify-cli
netlify --telemetry-disable
netlify deploy --dir=public --prod