diff --git a/.forgejo/workflows/devel.yml b/.forgejo/workflows/devel.yml index 71c4ed0..b8f410d 100644 --- a/.forgejo/workflows/devel.yml +++ b/.forgejo/workflows/devel.yml @@ -4,13 +4,13 @@ on: branches: [devel] jobs: build: - runs-on: docker + runs-on: ubuntu-latest container: image: node:21-alpine steps: - name: setup node run: | - apk add --no-cache libc6-compat + apk add --no-cache libc6-compat git zstd apk update yarn set version canary yarn config set nodeLinker node-modules