Bump actions/setup-node in /.github/workflows in the actions group (#140)
Some checks failed
Run Integration Tests / kubeconfig-method-integration-test (push) Failing after 25s
Run Prettify / Prettier Check (push) Failing after 5s
Run Unit Tests / unit-test (push) Failing after 5s
CodeQL Advanced / Analyze (javascript-typescript) (push) Failing after 13m34s

This commit is contained in:
dependabot[bot] 2025-04-22 10:25:54 -04:00 committed by GitHub
parent b969c2d317
commit ef02e01573
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Node.js
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: 'lts/*'
cache: 'npm'