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'