1
0
Fork 0

Fix the deployment workflow
Some checks failed
Deploy / build (push) Failing after 37s

This commit is contained in:
Moritz Ruth 2025-02-26 19:12:24 +01:00
parent 602f285352
commit 161583f093
Signed by: moritzruth
GPG key ID: C9BBAB79405EE56D

View file

@ -16,7 +16,7 @@ jobs:
version: 10 version: 10
- name: "Setup Node.js" - name: "Setup Node.js"
uses: "https://github.com/actions/setup-node" uses: "https://github.com/actions/setup-node@v4"
with: with:
node-version-file: "package.json" node-version-file: "package.json"
cache: "pnpm" cache: "pnpm"