Skip to content
Open
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 .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ commands:
- run:
name: Install Mise
command: |
curl https://mise.run | MISE_VERSION=v2025.8.20 sh
curl https://mise.run | MISE_VERSION=v2025.10.3 sh
- when:
condition: << parameters.node-version >>
steps:
Expand Down
2 changes: 1 addition & 1 deletion .config/mise/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# It's what we use to set up tools in CI.

[tools]
node = "22.18.0"
node = "22.20.0"
"ubi:codecov/codecov-cli" = "10.4.0"

[env]
Expand Down
Loading