We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b2c469 commit adda3abCopy full SHA for adda3ab
1 file changed
airflow/Dockerfile
@@ -108,7 +108,7 @@ if [ -d "./airflow-core" ]; then
108
cd airflow-core/src/airflow/ui
109
110
# build front-end assets
111
- npm install -g pnpm
+ npm install -g pnpm@10.18.2
112
pnpm install --frozen-lockfile
113
pnpm run build
114
@@ -124,7 +124,7 @@ else
124
# Airflow 2.x
125
126
cd airflow/www
127
- npm install -g yarn
+ npm install -g yarn@1.22.22
128
yarn install --frozen-lockfile
129
yarn run build
130
0 commit comments