Skip to content

Commit 4f33aa6

Browse files
committed
fix: 🐛 Update migrate-db workflow to use node 22
1 parent 272c7fb commit 4f33aa6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy-staging.yml

Lines changed: 4 additions & 4 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
@@ -138,7 +138,7 @@ jobs:
138138

139139
# Setup kamal for the first time
140140
# 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
141-
# - run: kamal setup
141+
# - run: kamal setup
142142

143143
# Login to the registry on the server
144144
- run: kamal registry login
@@ -196,7 +196,7 @@ jobs:
196196

197197
# Setup kamal for the first time
198198
# 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
199-
# - run: kamal setup
199+
# - run: kamal setup
200200

201201
# Login to the registry on the server
202202
- run: kamal registry login
@@ -224,7 +224,7 @@ jobs:
224224

225225
- uses: actions/setup-node@v3
226226
with:
227-
node-version: 20
227+
node-version: 22
228228

229229
- run: yarn install
230230

0 commit comments

Comments
 (0)