💚 idk what im doing anymore i just want this to work
Some checks are pending
Build OCI Images / build (push) Waiting to run

This commit is contained in:
Rose 2024-07-24 02:31:25 -04:00
parent 3443f7de8a
commit 23540cf160
No known key found for this signature in database

View file

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