Skip to content

Commit 065e5d0

Browse files
Update dependency node to v22.20.0 (#200)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent faef334 commit 065e5d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
- name: Set up Node.js
1010
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
1111
with:
12-
node-version: '22.19.0'
12+
node-version: '22.20.0'
1313

1414
- name: Cache dependencies
1515
id: cache

.github/workflows/_security-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Node.js
3535
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
3636
with:
37-
node-version: '22.19.0'
37+
node-version: '22.20.0'
3838

3939
- name: Run npm audit
4040
run: npm audit --omit=dev --audit-level=moderate

0 commit comments

Comments
 (0)