1
0
mirror of https://github.com/go-task/task.git synced 2025-10-08 23:02:02 +02:00

fix: pnpm install in the website's folder

This commit is contained in:
Valentin Maerten
2025-09-15 14:55:55 +02:00
parent ea4b695b5a
commit f2242958a6

View File

@@ -28,13 +28,8 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: latest
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: '22.x'
cache: 'pnpm'
package_json_file: 'website/package.json'
run_install: 'true'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6