mirror of
https://github.com/Azure/k8s-set-context
synced 2025-09-24 04:28:57 +00:00
Bump actions/setup-node in /.github/workflows in the actions group (#140)
Some checks failed
Some checks failed
This commit is contained in:
parent
b969c2d317
commit
ef02e01573
1 changed files with 1 additions and 1 deletions
2
.github/workflows/prettify-code.yml
vendored
2
.github/workflows/prettify-code.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue