yarn for old alpine
This commit is contained in:
parent
e012493604
commit
15b911b7b3
6 changed files with 29 additions and 2003 deletions
|
|
@ -16,6 +16,7 @@ steps:
|
|||
build:
|
||||
image: docker.io/node:26-alpine
|
||||
commands:
|
||||
- npm install --global yarn
|
||||
- apk add --no-cache zip git
|
||||
- yarn --frozen-lockfile
|
||||
- yarn build
|
||||
|
|
|
|||
|
|
@ -13,5 +13,6 @@ steps:
|
|||
build:
|
||||
image: docker.io/node:26-alpine
|
||||
commands:
|
||||
- npm install --global yarn
|
||||
- yarn --frozen-lockfile
|
||||
- yarn build
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@ steps:
|
|||
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: "1"
|
||||
entrypoint: *script_file_entrypoint
|
||||
commands:
|
||||
- npm install --global yarn
|
||||
- yarn --frozen-lockfile
|
||||
- yarn unit-ci-coverage
|
||||
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ steps:
|
|||
image: &node-image
|
||||
docker.io/node:26-alpine
|
||||
commands:
|
||||
- npm install --global yarn
|
||||
- yarn --frozen-lockfile
|
||||
|
||||
biome:
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@ steps:
|
|||
mkdir -pv $APT_CACHE_DIR && apt-get -qq update
|
||||
apt-get -y install zip
|
||||
fi
|
||||
- npm install --global yarn
|
||||
- yarn --frozen-lockfile
|
||||
- |
|
||||
if ! yarn unit-ci; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue