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:
|
build:
|
||||||
image: docker.io/node:26-alpine
|
image: docker.io/node:26-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
|
||||||
|
|
|
||||||
|
|
@ -13,5 +13,6 @@ steps:
|
||||||
build:
|
build:
|
||||||
image: docker.io/node:26-alpine
|
image: docker.io/node:26-alpine
|
||||||
commands:
|
commands:
|
||||||
|
- npm install --global yarn
|
||||||
- yarn --frozen-lockfile
|
- yarn --frozen-lockfile
|
||||||
- yarn build
|
- yarn build
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,7 @@ 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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@ steps:
|
||||||
image: &node-image
|
image: &node-image
|
||||||
docker.io/node:26-alpine
|
docker.io/node:26-alpine
|
||||||
commands:
|
commands:
|
||||||
|
- npm install --global yarn
|
||||||
- yarn --frozen-lockfile
|
- yarn --frozen-lockfile
|
||||||
|
|
||||||
biome:
|
biome:
|
||||||
|
|
|
||||||
|
|
@ -41,6 +41,7 @@ steps:
|
||||||
mkdir -pv $APT_CACHE_DIR && apt-get -qq update
|
mkdir -pv $APT_CACHE_DIR && apt-get -qq update
|
||||||
apt-get -y install zip
|
apt-get -y install zip
|
||||||
fi
|
fi
|
||||||
|
- npm install --global yarn
|
||||||
- yarn --frozen-lockfile
|
- yarn --frozen-lockfile
|
||||||
- |
|
- |
|
||||||
if ! yarn unit-ci; then
|
if ! yarn unit-ci; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue