From 0cb7d2463b81c9c8a40a4cb1ace7bcf99c295b08 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Mon, 21 Oct 2024 16:14:40 +0200 Subject: [PATCH] Update workflows --- .github/actions/localization/action.yml | 2 +- .github/workflows/release-beta.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/localization/action.yml b/.github/actions/localization/action.yml index 5ab5e983..b70f94a0 100644 --- a/.github/actions/localization/action.yml +++ b/.github/actions/localization/action.yml @@ -20,7 +20,7 @@ runs: steps: - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 registry-url: https://registry.npmjs.org/ cache: 'npm' diff --git a/.github/workflows/release-beta.yml b/.github/workflows/release-beta.yml index eb91deef..7bf6ed74 100644 --- a/.github/workflows/release-beta.yml +++ b/.github/workflows/release-beta.yml @@ -41,7 +41,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 registry-url: https://registry.npmjs.org/ cache: 'npm' @@ -69,7 +69,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 registry-url: https://registry.npmjs.org/ cache: 'npm' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 31a3b5f8..e9538ab6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 registry-url: https://registry.npmjs.org/ cache: 'npm' @@ -69,7 +69,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 registry-url: https://registry.npmjs.org/ cache: 'npm'