Update deploy.yaml
This commit is contained in:
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user