diff --git a/.github/workflows/local_example.yml b/.github/workflows/local_example.yml index 20c8e0ab1d3..04d6839db2a 100644 --- a/.github/workflows/local_example.yml +++ b/.github/workflows/local_example.yml @@ -59,12 +59,6 @@ jobs: with: go-version: 1.22.4 - - uses: actions/setup-node@v4 - if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.examples == 'true' - with: - # node-version should match package.json - node-version: '20.12.2' - - name: Tune the OS if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.examples == 'true' run: | diff --git a/.github/workflows/region_example.yml b/.github/workflows/region_example.yml index f73e8769c9a..e81abf25bbb 100644 --- a/.github/workflows/region_example.yml +++ b/.github/workflows/region_example.yml @@ -59,12 +59,6 @@ jobs: with: go-version: 1.22.4 - - uses: actions/setup-node@v4 - if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.examples == 'true' - with: - # node-version should match package.json - node-version: '20.12.2' - - name: Tune the OS if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.examples == 'true' run: |