Skip to content

Commit 599068f

Browse files
committed
chore: update Node.js version to 22.x in Tencent CI workflow
1 parent 683ee80 commit 599068f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tencent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup node
1919
uses: actions/setup-node@v1
2020
with:
21-
node-version: "20.x"
21+
node-version: "22.x"
2222

2323
- name: Build project
2424
run: npm i -g pnpm && pnpm install && pnpm build

0 commit comments

Comments
 (0)