From 1b6b8057f561b9f9cdbfaf77fe841c39263e116e Mon Sep 17 00:00:00 2001 From: rikard Date: Fri, 17 Apr 2026 09:44:32 +0200 Subject: [PATCH] fix: ETU-70944: Removed setup-node, node 20 is included in ubuntu-latest, which is fine. Node 24 not needed. --- .github/workflows/lint.yml | 4 ---- .github/workflows/publish.yml | 3 --- .github/workflows/validate.yml | 4 ---- 3 files changed, 11 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 33c03c1..65bcc2e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -158,10 +158,6 @@ jobs: fi exit 1 fi - - uses: actions/setup-node@v6 - if: ${{ env.SHOULD_UPLOAD == 'true' }} - with: - node-version: 24 - name: Authenticate with Google Cloud if: ${{ env.SHOULD_UPLOAD == 'true' }} uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 73e3fa2..6ceafb7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -62,9 +62,6 @@ jobs: fi echo "spec_path=$spec_path" >> "$GITHUB_OUTPUT" - - uses: actions/setup-node@v6 - with: - node-version: 24 - name: Checkout linting rulesets uses: actions/checkout@v6 with: diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index b51125e..d3f062a 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -62,10 +62,6 @@ jobs: fi echo "spec_path=$spec_path" >> "$GITHUB_OUTPUT" - - uses: actions/setup-node@v6 - with: - node-version: 24 - - name: Authenticate with Google Cloud id: auth uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0