Skip to content

Commit 9fa330f

Browse files
Copilotwenytang-ms
andcommitted
Upgrade Node.js from 20.x to 22.x in CI workflow
Co-authored-by: wenytang-ms <75360946+wenytang-ms@users.noreply.github.com>
1 parent df47d26 commit 9fa330f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616

17-
- name: Use Node.js 20.x
17+
- name: Use Node.js 22.x
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: "20.x"
20+
node-version: "22.x"
2121

2222
- name: Install dependencies
2323
run: npm install

0 commit comments

Comments
 (0)