Skip to content

Commit 80cc0ad

Browse files
critesjoshclaude
andcommitted
Update Node.js from 22 to 24
Update CI workflow and devcontainer Dockerfile to use Node.js 24. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 04c9ce1 commit 80cc0ad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM --platform=linux/amd64 ubuntu:24.04
22
SHELL ["/bin/bash", "-c"]
33

44
ENV NVM_DIR=/root/.nvm
5-
ENV NODE_VERSION=22.15.0
5+
ENV NODE_VERSION=24.12.0
66
ARG AZTEC_VERSION=4.0.0-devnet.2-patch.1
77
ENV AZTEC_VERSION=$AZTEC_VERSION
88
ENV NON_INTERACTIVE=1

.github/workflows/local-network.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Node.js
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: "22"
29+
node-version: "24"
3030
cache: "yarn"
3131

3232
- name: Install Foundry

0 commit comments

Comments
 (0)