https://pvzm.net/ to play [Read-only GitHub mirror] pvzm.net
modded vs pvz plants-vs-zombies plantsvszombies javascript online zombie noads jspvz pvzm game plants plant
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Migrate workflows to Blacksmith

authored by

blacksmith-sh[bot] and committed by
GitHub
0b9be891 4c75de47

+2 -2
+1 -1
.github/workflows/close-stale-issues.yml
··· 6 6 7 7 jobs: 8 8 stale: 9 - runs-on: ubuntu-latest 9 + runs-on: blacksmith-2vcpu-ubuntu-2404 10 10 steps: 11 11 - uses: actions/stale@v9 12 12 with:
+1 -1
.github/workflows/main.yml
··· 17 17 18 18 jobs: 19 19 build-and-deploy: 20 - runs-on: ubuntu-latest 20 + runs-on: blacksmith-4vcpu-ubuntu-2404 21 21 env: 22 22 PNPM_HOME: /home/runner/.local/share/pnpm 23 23 steps: