yarn for old alpine

This commit is contained in:
Henry Jameson 2026-09-04 01:29:31 +03:00
commit 15b911b7b3
6 changed files with 29 additions and 2003 deletions

View file

@ -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

View file

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

View file

@ -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

View file

@ -11,6 +11,7 @@ steps:
image: &node-image
docker.io/node:26-alpine
commands:
- npm install --global yarn
- yarn --frozen-lockfile
biome:

View file

@ -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

2027
yarn.lock

File diff suppressed because it is too large Load diff