From 55b6c9117cc072f0c09bf4e726b476c98f0ac0bb Mon Sep 17 00:00:00 2001 From: moyechen <42914448+moyechen@users.noreply.github.com> Date: Tue, 14 May 2024 15:09:02 +0800 Subject: [PATCH] Update vuepress-deploy.yml --- .github/workflows/vuepress-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/vuepress-deploy.yml b/.github/workflows/vuepress-deploy.yml index 800d603..e8006bd 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.16.x + node-version: 18.15.0 # 缓存 pnpm 依赖 - name: Run install @@ -46,4 +46,4 @@ jobs: jekyll: false env: # @see https://docs.github.com/cn/actions/reference/authentication-in-a-workflow#about-the-github_token-secret - GITHUB_TOKEN: ${{ secrets.PERSON_KEY }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.PERSON_KEY }}