ci: switch back from bun to nodejs

bun does not support FileHandle.readLines yet
This reverts commit faf7cd9d1e.
This commit is contained in:
Ming Di Leom 2025-06-22 10:12:59 +00:00
parent 68ec41cc3b
commit 3767eeee5c
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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: