mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 08:57:17 +00:00
chore(deps): update node.js to v24.15.0
Signed-off-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
19219e06d2
commit
60b1b73e12
2 changed files with 3 additions and 3 deletions
4
.github/workflows/ci-build.yaml
vendored
4
.github/workflows/ci-build.yaml
vendored
|
|
@ -370,7 +370,7 @@ jobs:
|
|||
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
||||
with:
|
||||
# renovate: datasource=node-version packageName=node versioning=node
|
||||
node-version: '24.14.1'
|
||||
node-version: '24.15.0'
|
||||
cache: 'pnpm'
|
||||
cache-dependency-path: '**/pnpm-lock.yaml'
|
||||
- name: Install node dependencies
|
||||
|
|
@ -519,7 +519,7 @@ jobs:
|
|||
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
||||
with:
|
||||
# renovate: datasource=node-version packageName=node versioning=node
|
||||
node-version: '24.14.1'
|
||||
node-version: '24.15.0'
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
24.14.1
|
||||
24.15.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue