Update deploy.yaml

This commit is contained in:
mrzta
2026-02-12 18:23:52 +00:00
parent 1c14e87724
commit a8c942da86

View File

@@ -3,12 +3,12 @@ on: [push]
jobs: jobs:
deploy: deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v3 uses: actions/checkout@v4 # Use v4 for better Node 20+ support
with: with:
fetch-depth: 1 fetch-depth: 1
# This forces the runner to use the git binary instead of the REST API
persist-credentials: false
- name: Install NPM and Tools - name: Install NPM and Tools
run: | run: |