Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion build.assets/versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GOLANG_VERSION ?= go1.25.6
GOLANGCI_LINT_VERSION ?= v2.7.2

# NOTE: Remember to update engines.node in package.json to match the major version.
NODE_VERSION ?= 22.21.0
NODE_VERSION ?= 24.13.0

WASM_OPT_VERSION ?= 0.116.1
LIBPCSCLITE_VERSION ?= 1.9.9-teleport
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@testing-library/user-event": "^14.6.1",
"@types/history": "^4.7.11",
"@types/jest": "^30.0.0",
"@types/node": "^22.18.13",
"@types/node": "^24.10.9",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"@types/react-highlight": "^0.12.8",
Expand Down Expand Up @@ -107,6 +107,6 @@
},
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264",
"engines": {
"node": "^22"
"node": "^24"
Copy link
Copy Markdown
Member

@ravicious ravicious Feb 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be a bit of a PITA when switching to release branches, but it looks like we'll be backporting Go 1.25 to v18 soon, so we'll be able to update Electron there too.

a bit of a PITA = there will be a warning and some stuff might break when running tests or Storybook but most likely everything will be fine.

}
}
Loading
Loading