reduce node version to 24 (what's used in playwright)

This commit is contained in:
Henry Jameson 2026-09-04 01:41:32 +03:00
commit 70e8a58952
5 changed files with 5 additions and 5 deletions

View file

@ -36,12 +36,12 @@ steps:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: "1"
entrypoint: *script_file_entrypoint
commands:
- npm install --global yarn
- |
if [ "${CI_PIPELINE_EVENT}" != "pull_request" ]; then
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