Skip to content

Commit 9c58e5b

Browse files
authored
Merge pull request #2156 from OWASP/renovate/major-runtime-versions
Update Node.js to v22
2 parents f9ee1eb + 9d60046 commit 9c58e5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ jobs:
335335
- name: Setup Node.js
336336
uses: actions/setup-node@v4
337337
with:
338-
node-version: '18'
338+
node-version: '22'
339339

340340
- name: Install Playwright
341341
run: |

.github/workflows/visual-diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: Setup Node.js
108108
uses: actions/setup-node@v4
109109
with:
110-
node-version: '18'
110+
node-version: '22'
111111

112112
- name: Install Playwright
113113
run: |

0 commit comments

Comments
 (0)