Skip to content

Commit d34d7a1

Browse files
committed
upgrade to node 22
1 parent c72482d commit d34d7a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
java:
1515
- "21"
1616
node:
17-
- "20"
17+
- "22"
1818

1919
fail-fast: true
2020

@@ -23,7 +23,7 @@ jobs:
2323
DOCKER_USERNAME: pgentile
2424
CYPRESS_CACHE_FOLDER: ~/.cache/Cypress
2525
DEFAULT_JAVA_VERSION: "21"
26-
DEFAULT_NODE_VERSION: "20"
26+
DEFAULT_NODE_VERSION: "22"
2727

2828
steps:
2929
- name: About env

0 commit comments

Comments
 (0)