💚 try ci again hopefully
This commit is contained in:
parent
be3058d17a
commit
e16300aeb2
2 changed files with 6 additions and 6 deletions
|
|
@ -6,13 +6,13 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
semver:
|
semver:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: node:21-alpine
|
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
|
uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: "lts/*"
|
||||||
|
- name: Setup Yarn
|
||||||
run: |
|
run: |
|
||||||
apk add --no-cache libc6-compat
|
|
||||||
apk update
|
|
||||||
yarn set version canary
|
yarn set version canary
|
||||||
yarn config set nodeLinker node-modules
|
yarn config set nodeLinker node-modules
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: yarn install
|
- name: yarn install
|
||||||
run: yarn install
|
run: yarn install --immutable
|
||||||
- name: Semver
|
- name: Semver
|
||||||
run: yarn run semantic-release
|
run: yarn run semantic-release
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ WORKDIR /app
|
||||||
COPY .gitignore .gitignore
|
COPY .gitignore .gitignore
|
||||||
COPY package.json ./
|
COPY package.json ./
|
||||||
COPY yarn.lock ./
|
COPY yarn.lock ./
|
||||||
RUN yarn install
|
RUN yarn install --immutable
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue