Merge pull request #168 from TheCoderAlex/main

修复Github Action部署失败
This commit is contained in:
pengzhanbo 2024-09-09 11:19:12 +08:00 committed by GitHub
commit 84c7722cf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,6 +35,13 @@ jobs:
# 选择要使用的 node 版本
node-version: 20
{{#if (equal packageManager "npm")}}
# 安装依赖
# Install dependencies
- name: Install Dependencies
run: npm ci
{{/if}}
{{#if (equal packageManager "yarn")}}
- name: Run install
uses: borales/actions-yarn@v4