Skip to content

Commit 5252eff

Browse files
Copilotcommjoen
andcommitted
Update Node.js version from 22 to 24 across all configurations
Co-authored-by: commjoen <[email protected]>
1 parent 641ea51 commit 5252eff

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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: '22'
338+
node-version: '24'
339339

340340
- name: Install Playwright
341341
run: |

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: psf/black@stable
2828
- uses: actions/setup-node@v4
2929
with:
30-
node-version: 22
30+
node-version: 24
3131
cache: "npm"
3232
- uses: actions/setup-java@v4
3333
with:

.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: '22'
110+
node-version: '24'
111111

112112
- name: Install Playwright
113113
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ You can use the OWASP Dependency-checker by calling `mvn dependency-check:aggreg
573573

574574
### Get the project started in IntelliJ IDEA
575575

576-
Requirements: make sure you have the following tools installed: [Docker](https://www.docker.com/products/docker-desktop/), [Java22 JDK](https://jdk.java.net/22/), [NodeJS 20](https://nodejs.org/en/download/current) and [IntelliJ IDEA](https://www.jetbrains.com/idea/download).
576+
Requirements: make sure you have the following tools installed: [Docker](https://www.docker.com/products/docker-desktop/), [Java22 JDK](https://jdk.java.net/22/), [NodeJS 24](https://nodejs.org/en/download/current) and [IntelliJ IDEA](https://www.jetbrains.com/idea/download).
577577

578578
1. Fork and clone the project as described in the [documentation](https://github.com/OWASP/wrongsecrets/blob/master/CONTRIBUTING.md).
579579
2. Import the project in IntelliJ (e.g. import as mvn project / local sources)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@
490490
</goals>
491491
<phase>generate-resources</phase>
492492
<configuration>
493-
<nodeVersion>v22.17.1</nodeVersion>
493+
<nodeVersion>v24.5.0</nodeVersion>
494494
<!-- download node from https://nodejs.org/dist/ -->
495495
<workingDirectory>js</workingDirectory>
496496
</configuration>

0 commit comments

Comments
 (0)