From b59c948799e90eaf9fa6fdbc1ba9fcd6cd610ad6 Mon Sep 17 00:00:00 2001 From: moyechen <42914448+moyechen@users.noreply.github.com> Date: Tue, 14 May 2024 15:10:47 +0800 Subject: [PATCH] Update vuepress-deploy.yml --- .github/workflows/vuepress-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vuepress-deploy.yml b/.github/workflows/vuepress-deploy.yml index e8006bd..b93f194 100644 --- a/.github/workflows/vuepress-deploy.yml +++ b/.github/workflows/vuepress-deploy.yml @@ -21,7 +21,7 @@ jobs: uses: actions/setup-node@v4 with: # 选择要使用的 node 版本 - node-version: 18.15.0 + node-version: 18.16.0 # 缓存 pnpm 依赖 - name: Run install