Skip to content

Commit c95b5ce

Browse files
Use Node 22.12.0 for GitHub Actions
1 parent 5b74578 commit c95b5ce

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/azure-static-web-apps-salmon-river-0567d260f.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ jobs:
1919
with:
2020
submodules: true
2121
lfs: false
22+
23+
- name: Use Node 22.12.0
24+
uses: actions/setup-node@v6
25+
with:
26+
node-version: '22.12.0'
27+
2228
- name: Build And Deploy
2329
id: builddeploy
2430
uses: Azure/static-web-apps-deploy@v1

TrainingUFO/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"engines": {
3+
"node": ">=22.12.0"
4+
},
25
"name": "nec_wire_sizer",
36
"version": "0.1.0",
47
"private": true,

0 commit comments

Comments
 (0)