diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 8396c4c1..1b6a2c83 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -7,6 +7,7 @@ on: paths: - "./website/**" workflow_dispatch: + jobs: deploy: runs-on: ubuntu-latest @@ -31,7 +32,7 @@ jobs: ${{ runner.os }}- - uses: pnpm/action-setup@v2.0.1 with: - version: 6.0.2 + version: 7.1.9 run_install: true - name: Install Packages run: pnpm install