Skip to content

Commit 262fe79

Browse files
chore(deps): update dependency node to v22 (#928)
* chore(deps): update dependency node to v22 * ci: run validation workflows when they change --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mathieu Kniewallner <[email protected]>
1 parent 9912f36 commit 262fe79

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/validate-codecov-config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: validate-codecov-config
22

33
on:
44
pull_request:
5-
paths: [codecov.yaml]
5+
paths:
6+
- ".github/workflows/validate-codecov-config.yml"
7+
- "codecov.yaml"
68
push:
79
branches: [main]
810

.github/workflows/validate-renovate-config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@ name: validate-renovate-config
22

33
on:
44
pull_request:
5-
paths: [renovate.json5]
5+
paths:
6+
- ".github/workflows/validate-renovate-config.yml"
7+
- "renovate.json5"
68
push:
79
branches: [main]
810

911
env:
1012
# renovate: datasource=node depName=node versioning=node
11-
NODE_VERSION: "20"
13+
NODE_VERSION: "22"
1214

1315
jobs:
1416
validate-renovate-config:

0 commit comments

Comments
 (0)