Browse Source

Add Node.js 24 setup and update npm version

pull/6029/head
Joarley Santos 2 months ago
committed by GitHub
parent
commit
d43835f702
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 9
      .github/workflows/extract-locales.yml

9
.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

Loading…
Cancel
Save