💚 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]
|
branches: [devel]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: node:21-alpine
|
image: node:21-alpine
|
||||||
steps:
|
steps:
|
||||||
- name: setup node
|
- name: setup node
|
||||||
run: |
|
run: |
|
||||||
apk add --no-cache libc6-compat
|
apk add --no-cache libc6-compat git zstd
|
||||||
apk update
|
apk update
|
||||||
yarn set version canary
|
yarn set version canary
|
||||||
yarn config set nodeLinker node-modules
|
yarn config set nodeLinker node-modules
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue