diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index f863306..f954924 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -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 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 72acee9..01980a3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: node:lts-alpine +image: oven/bun:alpine include: - template: Security/Secret-Detection.gitlab-ci.yml @@ -61,7 +61,7 @@ netlify: - build_job before_script: - - npm install netlify-cli -g + - bun install -g netlify-cli - netlify --telemetry-disable script: