revert global yarn install

This commit is contained in:
Henry Jameson 2026-09-04 01:43:13 +03:00
commit a4f45f23ab
4 changed files with 0 additions and 6 deletions

View file

@ -16,7 +16,6 @@ steps:
build:
image: docker.io/node:24-alpine
commands:
- npm install --global yarn
- apk add --no-cache zip git
- yarn --frozen-lockfile
- yarn build

View file

@ -13,6 +13,5 @@ steps:
build:
image: docker.io/node:24-alpine
commands:
- npm install --global yarn
- yarn --frozen-lockfile
- yarn build

View file

@ -34,7 +34,6 @@ steps:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: "1"
entrypoint: *script_file_entrypoint
commands:
- npm install --global yarn
- yarn --frozen-lockfile
- yarn unit-ci-coverage

View file

@ -11,19 +11,16 @@ steps:
image: &node-image
docker.io/node:24-alpine
commands:
- npm install --global yarn
- yarn --frozen-lockfile
biome:
image: *node-image
depends_on: install-depends
commands:
- npm install --global yarn
- yarn ci-biome
stylelint:
image: *node-image
depends_on: install-depends
commands:
- npm install --global yarn
- yarn ci-stylelint