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 .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ jobs:
# .tool-versions and asserted below, so a bump to one and not the other is a
# named failure rather than a silent skew.
container:
image: node:24.20.0-alpine
image: node:24.21.0-alpine
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 24.20.0
nodejs 24.21.0
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"description": "Build a standalone Claude Code binary for any machine: clode repackages the upstream Claude Code bundle into a single executable, either a portable QuickJS/tjs binary (quaude) or a Node SEA (naude). clode contains no Anthropic code; you supply your own Claude Code and build locally.",
"engines": {
"node": "26.8.1"
"node": "26.8.2"
},
"scripts": {
"test": "node test/run.mjs",
Expand Down
2 changes: 1 addition & 1 deletion spike/quickjs/qemu/docker-loop/Dockerfile.xfuse
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# BC_VERSION → cross-fuse compatible; (b) run `node scripts/stage0.mjs bootstrap`
# with CLODE_TARGET_TEMPLATE=<sparc tjs> to append the trailer onto the sparc
# base. node for the launcher; cmake/ninja/gcc for the tjs build.
FROM node:24.20.0-bookworm-slim
FROM node:24.21.0-bookworm-slim

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
Expand Down
Loading