diff --git a/.github/workflows/extract-locales.yml b/.github/workflows/extract-locales.yml index c17eac5b6..1708530e0 100644 --- a/.github/workflows/extract-locales.yml +++ b/.github/workflows/extract-locales.yml @@ -18,6 +18,15 @@ jobs: with: fetch-depth: 0 + - name: Use Node.js 24 or superior + uses: actions/setup-node@v4 + with: + node-version: '24' + check-latest: true + + - name: Update npm to v24 + run: npm install -g npm@24 + - name: Install dependencies run: npm ci