Skip to content

Commit 792bd10

Browse files
Merge pull request #50 from StreetSupport/feature/3017-create-location-specific-content-management-system
Update node version
2 parents e7e314a + 6efe360 commit 792bd10

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: 24
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
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node.js
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 24
27+
node-version: '24.x'
2828
cache: 'npm'
2929

3030
- name: Install dependencies

0 commit comments

Comments
 (0)