diff --git a/.github/workflows/extract-locales.yml b/.github/workflows/extract-locales.yml index 1708530e0..df1fd4f1e 100644 --- a/.github/workflows/extract-locales.yml +++ b/.github/workflows/extract-locales.yml @@ -24,8 +24,8 @@ jobs: node-version: '24' check-latest: true - - name: Update npm to v24 - run: npm install -g npm@24 + #- name: Update npm to v24 + # run: npm install -g npm@24 - name: Install dependencies run: npm ci