v1 of FixBluesky #1

Merged
rose merged 32 commits from devel into main 2024-10-16 16:48:34 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit df376480d5 - Show all commits

View file

@ -33,3 +33,4 @@ jobs:
direction: upload
release-dir: .ci
release-notes: ${{ steps.semantic.outputs.NOTES }}
token: ${{secrets.OAUTH_TOKEN}}

View file

@ -1,8 +1,7 @@
FROM node:21 AS base
FROM base AS builder
RUN apk add --no-cache libc6-compat
RUN apk update
RUN corepack enable
RUN yarn set version canary
RUN yarn config set nodeLinker node-modules