💚 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] 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