From e6d73808d35ca5db724d76f3cdef328539aadb50 Mon Sep 17 00:00:00 2001 From: Daniel <87524863+Danielweng0902@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:43:38 +0800 Subject: [PATCH] Update Node.js version in CI setup --- docs/setup-ci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup-ci.md b/docs/setup-ci.md index f96070d08..bd0472ed0 100644 --- a/docs/setup-ci.md +++ b/docs/setup-ci.md @@ -33,7 +33,7 @@ Next you need to create a YAML file for GitHub Actions, the basic steps are: - name: Setup Node.js uses: actions/setup-node@v1 with: - node-version: '^18' + node-version: '22.22.0' - name: Setup MSBuild uses: microsoft/setup-msbuild@v2