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: build:
image: docker.io/node:24-alpine image: docker.io/node:24-alpine
commands: commands:
- npm install --global yarn
- apk add --no-cache zip git - apk add --no-cache zip git
- yarn --frozen-lockfile - yarn --frozen-lockfile
- yarn build - yarn build

View file

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

View file

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

View file

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