Skip to content

Commit 35911e9

Browse files
committed
Update GH Actions jobs from Node 18 to 20.
Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
1 parent dbdb3b0 commit 35911e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set Up NodeJS
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: '18'
17+
node-version: '20'
1818
- name: Set Up Java
1919
uses: actions/setup-java@v4
2020
with:

0 commit comments

Comments
 (0)