ci: adding ci vars

This commit is contained in:
Chubby Granny Chaser
2025-10-28 23:02:40 +00:00
parent ce0619bbe3
commit dc8a19e845
4 changed files with 17 additions and 9 deletions

View File

@@ -31,7 +31,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 22.21.0
cache: 'yarn'
cache: "yarn"
- name: Enable Corepack (Yarn)
run: corepack enable
@@ -52,4 +52,4 @@ jobs:
npx --yes wrangler@3 pages deploy out/renderer \
--project-name="hydra" \
--branch "$BRANCH_NAME" \
--commit-dirty
--commit-dirty