diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 6008c6b..a9cd032 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -8,7 +8,7 @@ on: jobs: pages: runs-on: ubuntu-latest - container: oven/bun:alpine + container: node:lts-alpine steps: - uses: actions/checkout@v4 - name: Install Dependencies @@ -55,6 +55,6 @@ jobs: NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} if: ${{ env.NETLIFY_SITE_ID != 0 && env.GITLAB_STATUS == 'down' }} run: | - bun install -g netlify-cli + npm install netlify-cli -g netlify --telemetry-disable netlify deploy --dir=public --prod diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 05a4cc1..0ce3ccd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: oven/bun:alpine +image: node:lts-alpine include: - template: Security/Secret-Detection.gitlab-ci.yml @@ -62,7 +62,7 @@ netlify: - build_job before_script: - - bun install -g netlify-cli + - npm install netlify-cli -g - netlify --telemetry-disable script: