diff --git a/.github/workflows/ci-update.yml b/.github/workflows/ci-update.yml index a587a16f0f..4facc75cd0 100644 --- a/.github/workflows/ci-update.yml +++ b/.github/workflows/ci-update.yml @@ -126,7 +126,7 @@ jobs: ref: '4d29f59abac6aeed6fbc2467e24fc17560057bcb' # 3.0.1 commit ID - name: 'Setup Node.js' if: needs.get-chart.outputs.values-updated == 'true' && github.event.action != 'edited' - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version: '24.x' - name: 'Get npm cache directory'