chore: remove unnecessary Node.js installation from deploy.yml
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 13m32s

This commit is contained in:
jade
2026-07-24 00:29:02 +09:00
parent b3bdaa2b28
commit 60a7226199

View File

@@ -11,11 +11,7 @@ jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install Node for Checkout
run: |
if command -v apt-get >/dev/null; then apt-get update && apt-get install -y nodejs git; fi
if command -v apk >/dev/null; then apk add nodejs git; fi
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v4 uses: actions/checkout@v4