diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 8a15b11..d71fc51 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -8,10 +8,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Source Code - uses: https://gitea.com/actions/actions/checkout@v4 + uses: https://gitea.com/actions/checkout@v4 - name: Setup Node.js - uses: https://gitea.com/actions/actions/setup-node@v4 + uses: https://gitea.com/actions/setup-node@v4 with: node-version: '18' cache: 'npm' # 启用npm缓存