Fix CI: use node:20-alpine so JS actions have Node.js available
Build / build (push) Failing after 13s
Build / build (push) Failing after 13s
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user