setup go
Some checks failed
Deploy website to VPS / build-and-deploy (push) Failing after 2m4s

This commit is contained in:
Evan Scamehorn
2026-01-07 17:16:54 -06:00
parent a71126ea29
commit 39273e757c

View File

@@ -28,6 +28,11 @@ jobs:
with: with:
node-version: ${{ env.NODE_VERSION }} node-version: ${{ env.NODE_VERSION }}
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
- name: Setup pnpm - name: Setup pnpm
if: hashFiles('package.json') != '' if: hashFiles('package.json') != ''
uses: pnpm/action-setup@v4 uses: pnpm/action-setup@v4