Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade to node 22 #3415

Merged
merged 3 commits into from
Jan 22, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
upgrade to node 22
  • Loading branch information
pgentile committed Jan 20, 2025
commit d34d7a1fc5d872592d001dd9d46201ae28083fe6
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ jobs:
java:
- "21"
node:
- "20"
- "22"

fail-fast: true

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

steps:
- name: About env
Loading