Skip to content

Commit 16de9cb

Browse files
Merge branch 'main' into updatecalculatorfabric
2 parents be9654f + 007396c commit 16de9cb

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/template-buildsample.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ jobs:
5454
steps:
5555
- uses: actions/checkout@v3
5656

57+
- name: Setup Node.js
58+
uses: actions/setup-node@v4
59+
with:
60+
node-version: '22.14.0'
61+
5762
- name: Gather environment info
5863
run: npx envinfo
5964

.github/workflows/template-upgradesample.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ jobs:
6565
steps:
6666
- uses: actions/checkout@v3
6767

68+
- name: Setup Node.js
69+
uses: actions/setup-node@v4
70+
with:
71+
node-version: '22.14.0'
72+
6873
- name: Gather environment info
6974
run: npx envinfo
7075

0 commit comments

Comments
 (0)