Skip to content

Commit

Permalink
devenv: Bump NodeJS version
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Jul 21, 2024
1 parent 47989e3 commit c96bc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $(error Unable to determine platform architecture)
endif

HATCH_VERSION = 1.10.0
NODE_VERSION := 18.20.2
NODE_VERSION := 18.20.4

# The versions of Python we support
PYXX_versions := 3.9 3.10 3.11 3.12
Expand Down

0 comments on commit c96bc56

Please sign in to comment.