From 86a96c5da905ee8b9714fcd10471bacfaac4d205 Mon Sep 17 00:00:00 2001 From: Jiacheng Dong <2334173653@qq.com> Date: Sun, 11 Feb 2024 16:26:13 +0800 Subject: [PATCH] chore: use Node.js 20 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 37fa8794a6..8eaaf768c0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -25,7 +25,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 registry-url: https://registry.npmmirror.com/ ### if use Go ###