mirror of
https://github.com/suitenumerique/drive.git
synced 2026-08-17 20:15:40 +02:00
🐛(ci) run crowdin workflows on node 22
The frontend package.json now requires node >= 22, so the crowdin workflows fail at yarn install with the node 20 they still request. Align them with drive-frontend.yml and update the reusable job default so future callers cannot regress silently.
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
||||
install-front:
|
||||
uses: ./.github/workflows/front-dependencies-installation.yml
|
||||
with:
|
||||
node_version: '20.x'
|
||||
node_version: '22.x'
|
||||
|
||||
synchronize-with-crowdin:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@@ -10,7 +10,7 @@ jobs:
|
||||
install-front:
|
||||
uses: ./.github/workflows/front-dependencies-installation.yml
|
||||
with:
|
||||
node_version: '20.x'
|
||||
node_version: '22.x'
|
||||
|
||||
synchronize-with-crowdin:
|
||||
needs: install-front
|
||||
|
||||
@@ -5,7 +5,7 @@ on:
|
||||
inputs:
|
||||
node_version:
|
||||
required: false
|
||||
default: '20.x'
|
||||
default: '22.x'
|
||||
type: string
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user