From 22aa3a6d0cbe06cde86ee4eb273b7d88c2a47490 Mon Sep 17 00:00:00 2001 From: quiteer Date: Tue, 30 Jan 2024 19:40:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4089483..e6236d8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -39,7 +39,7 @@ jobs: - name: Set node version to 18.x uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 18 registry-url: https://registry.npmjs.org/ cache: pnpm