revert global yarn install
This commit is contained in:
parent
70e8a58952
commit
a4f45f23ab
4 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -13,6 +13,5 @@ steps:
|
|||
build:
|
||||
image: docker.io/node:24-alpine
|
||||
commands:
|
||||
- npm install --global yarn
|
||||
- yarn --frozen-lockfile
|
||||
- yarn build
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue