Skip to content

Commit 5f147db

Browse files
Add Node.js 22.14.0 setup to template workflows
Co-authored-by: vineethkuttan <66076509+vineethkuttan@users.noreply.github.com>
1 parent 8119f6d commit 5f147db

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)