chore: remove unnecessary Node.js installation from deploy.yml
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 13m32s
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 13m32s
This commit is contained in:
@@ -11,11 +11,7 @@ jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
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
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user