Skip to content

Commit adda3ab

Browse files
committed
chore: lint fix
1 parent 1b2c469 commit adda3ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

airflow/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ if [ -d "./airflow-core" ]; then
108108
cd airflow-core/src/airflow/ui
109109

110110
# build front-end assets
111-
npm install -g pnpm
111+
npm install -g pnpm@10.18.2
112112
pnpm install --frozen-lockfile
113113
pnpm run build
114114

@@ -124,7 +124,7 @@ else
124124
# Airflow 2.x
125125
# build front-end assets
126126
cd airflow/www
127-
npm install -g yarn
127+
npm install -g yarn@1.22.22
128128
yarn install --frozen-lockfile
129129
yarn run build
130130

0 commit comments

Comments
 (0)