diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 84d92ac..8ffd2dc 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -15,6 +15,12 @@ jobs: uses: actions/setup-go@v2 with: go-version: 1.22.4 + - uses: actions/setup-node@v4 + with: + node-version: 21.1 + - name: Installing Netlify + run: | + npm install netlify-cli -g - name: Build run: | make test