Skip to content

Commit 33c3d9d

Browse files
committed
template: bump node lts release
1 parent 0b5a928 commit 33c3d9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/Coalesce.Vue.Template/content/.github/workflows/build-test-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Use Node.js
3636
uses: actions/setup-node@v5
3737
with:
38-
node-version: 22.x
38+
node-version: 24.x
3939

4040
- name: npm ci
4141
run: npm ci

templates/Coalesce.Vue.Template/content/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ steps:
2020

2121
- task: UseNode@1
2222
inputs:
23-
version: "22.x"
23+
version: "24.x"
2424

2525
- task: Npm@1
2626
displayName: npm ci

0 commit comments

Comments
 (0)