Fix CI: use node:20-alpine so JS actions have Node.js available
Build / build (push) Failing after 13s

This commit is contained in:
Arne Weiss
2026-06-01 07:46:17 +02:00
parent 685331a5d9
commit 61e00b6fd1
+3 -3
View File
@@ -8,13 +8,13 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: php:8.2-cli-alpine
image: node:20-alpine
steps:
- uses: actions/checkout@v4
- name: Install zip
run: apk add --no-cache zip
- name: Install PHP and zip
run: apk add --no-cache php82 zip
- name: PHP syntax check
run: |