💚 idk what im doing anymore i just want this to work
Some checks are pending
Build OCI Images / build (push) Waiting to run
Some checks are pending
Build OCI Images / build (push) Waiting to run
This commit is contained in:
parent
3443f7de8a
commit
23540cf160
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue