Skip to content

Commit e3b822c

Browse files
authored
Merge pull request #257 from AztecProtocol/josh/node-24
Update Node.js from 22 to 24
2 parents 04c9ce1 + 2728560 commit e3b822c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ 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
6-
ARG AZTEC_VERSION=4.0.0-devnet.2-patch.1
5+
ENV NODE_VERSION=24.12.0
6+
ARG AZTEC_VERSION=4.2.0-aztecnr-rc.2
77
ENV AZTEC_VERSION=$AZTEC_VERSION
88
ENV NON_INTERACTIVE=1
99
ENV BIN_PATH=/usr/local/bin

.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)