Skip to content

Commit 3e66dce

Browse files
Merge pull request #58 from StreetSupport/fix/update_node_version
Fix node version
2 parents d38f917 + 91cc13c commit 3e66dce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/azure-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Node.js version
3131
uses: actions/setup-node@v3
3232
with:
33-
node-version: '22.x'
33+
node-version: '24.x'
3434

3535
- name: Setup Sentry
3636
run: |

.github/workflows/ci-github-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Node.js
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: '22.x'
23+
node-version: '24.x'
2424
cache: 'npm'
2525

2626
- name: Install dependencies

0 commit comments

Comments
 (0)