This commit is contained in:
@@ -8,15 +8,19 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: node:20
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# ── 1. Checkout ──────────────────────────────────────────────────────────
|
# ── 1. Checkout ──────────────────────────────────────────────────────────
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# ── 2. PHP + Composer ────────────────────────────────────────────────────
|
# ── 2. Node.js ───────────────────────────────────────────────────────────
|
||||||
|
- name: Set up Node.js
|
||||||
|
uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: '20'
|
||||||
|
|
||||||
|
# ── 3. PHP + Composer ────────────────────────────────────────────────────
|
||||||
- name: Set up PHP
|
- name: Set up PHP
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user