💚 try ci again hopefully
Some checks failed
Build Docker Image / build-image (push) Failing after 38s
Semver / semver (push) Failing after 5s

This commit is contained in:
Rose 2024-10-16 11:52:45 -05:00
parent be3058d17a
commit e16300aeb2
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View file

@ -6,13 +6,13 @@ on:
jobs:
semver:
runs-on: ubuntu-latest
container:
image: node:21-alpine
steps:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "lts/*"
- name: Setup Yarn
run: |
apk add --no-cache libc6-compat
apk update
yarn set version canary
yarn config set nodeLinker node-modules
- name: Checkout
@ -20,7 +20,7 @@ jobs:
with:
fetch-depth: 0
- name: yarn install
run: yarn install
run: yarn install --immutable
- name: Semver
run: yarn run semantic-release
env: