Skip to content

Commit 3fb6638

Browse files
committed
refactor: ♻️ Bump project to node 24
1 parent 352aaac commit 3fb6638

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/deploy-main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
# Setup kamal for the first time
7070
# Might need to run `sudo usermod -aG docker $USER | newgrp docker | docker ps` to add the user to the docker group if the user is not already in the docker group
71-
# - run: kamal setup
71+
# - run: kamal setup
7272

7373
# Login to the registry on the server
7474
- run: kamal registry login
@@ -142,7 +142,7 @@ jobs:
142142

143143
# Setup kamal for the first time
144144
# Might need to run `sudo usermod -aG docker $USER | newgrp docker | docker ps` to add the user to the docker group if the user is not already in the docker group
145-
# - run: kamal setup
145+
# - run: kamal setup
146146

147147
# Login to the registry on the server
148148
- run: kamal registry login
@@ -155,7 +155,7 @@ jobs:
155155
# Deploy the app for all other times
156156
- run: kamal redeploy
157157
# - run: kamal redeploy --verbose
158-
158+
159159
deploy-validator:
160160
runs-on: ubuntu-latest
161161
environment: prd
@@ -200,7 +200,7 @@ jobs:
200200

201201
# Setup kamal for the first time
202202
# Might need to run `sudo usermod -aG docker $USER | newgrp docker | docker ps` to add the user to the docker group if the user is not already in the docker group
203-
# - run: kamal setup
203+
# - run: kamal setup
204204

205205
# Login to the registry on the server
206206
- run: kamal registry login
@@ -228,7 +228,7 @@ jobs:
228228

229229
- uses: actions/setup-node@v6
230230
with:
231-
node-version: 22
231+
node-version: 24
232232

233233
- run: yarn install
234234

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228

229229
- uses: actions/setup-node@v6
230230
with:
231-
node-version: 22
231+
node-version: 24
232232

233233
- run: yarn install
234234

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,6 @@
121121
"typescript": "^5.6.2"
122122
},
123123
"engines": {
124-
"node": ">=22.0.0"
124+
"node": ">=24.0.0"
125125
}
126126
}

0 commit comments

Comments
 (0)