Browse Source
Add Node.js 24 setup and update npm version
pull/6029/head
Joarley Santos
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
9 additions and
0 deletions
-
.github/workflows/extract-locales.yml
|
|
@ -18,6 +18,15 @@ jobs: |
|
|
with: |
|
|
with: |
|
|
fetch-depth: 0 |
|
|
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 |
|
|
- name: Install dependencies |
|
|
run: npm ci |
|
|
run: npm ci |
|
|
|
|
|
|
|
|
|