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 }}