diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e4da767415..c4ed8fdc08 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af with: - node-version: 20.x + node-version: 22 - name: Install dependencies run: npm ci - name: Build for production diff --git a/.github/workflows/download-translations.yml b/.github/workflows/download-translations.yml index 5693ed7751..dfcc60e641 100644 --- a/.github/workflows/download-translations.yml +++ b/.github/workflows/download-translations.yml @@ -34,7 +34,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af with: - node-version: 20.x + node-version: 22 - name: Install dependencies run: npm ci - name: Download translations diff --git a/.github/workflows/format-pr.yml b/.github/workflows/format-pr.yml index d65d1e39d7..95d75fa0ed 100644 --- a/.github/workflows/format-pr.yml +++ b/.github/workflows/format-pr.yml @@ -27,7 +27,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af with: - node-version: 20.x + node-version: 22 - name: Install dependencies run: npm ci - name: Format @@ -70,7 +70,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af with: - node-version: 20.x + node-version: 22 - name: Install dependencies run: npm ci - name: Format diff --git a/.github/workflows/upload-translations.yml b/.github/workflows/upload-translations.yml index 8703a351e8..304bab98b6 100644 --- a/.github/workflows/upload-translations.yml +++ b/.github/workflows/upload-translations.yml @@ -23,7 +23,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af with: - node-version: 20.x + node-version: 22 - name: Install dependencies run: npm ci - name: Upload translations diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 4132701ee6..dada578a2c 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -14,7 +14,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af with: - node-version: 20.x + node-version: 22 cache: npm - name: Install dependencies run: npm ci @@ -31,7 +31,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af with: - node-version: 20.x + node-version: 22 cache: npm - name: Install dependencies run: npm ci @@ -48,7 +48,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af with: - node-version: 20.x + node-version: 22 cache: npm - name: Install dependencies run: npm ci