This commit is contained in:
@@ -8,6 +8,8 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: node:20
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# ── 1. Checkout ──────────────────────────────────────────────────────────
|
# ── 1. Checkout ──────────────────────────────────────────────────────────
|
||||||
@@ -15,10 +17,8 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# ── 2. Node.js ───────────────────────────────────────────────────────────
|
# ── 2. Node.js ───────────────────────────────────────────────────────────
|
||||||
- name: Set up Node.js
|
# Node 20 jest już dostępny w obrazie kontenera (node:20)
|
||||||
uses: actions/setup-node@v4
|
# Nie potrzeba setup-node
|
||||||
with:
|
|
||||||
node-version: '20'
|
|
||||||
|
|
||||||
# ── 3. PHP + Composer ────────────────────────────────────────────────────
|
# ── 3. PHP + Composer ────────────────────────────────────────────────────
|
||||||
- name: Set up PHP
|
- name: Set up PHP
|
||||||
|
|||||||
Reference in New Issue
Block a user