ci(ga): switch to bun
This commit is contained in:
parent
715061b3c7
commit
c5f196cc6c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue