disable node

This commit is contained in:
philipp lang 2022-11-22 23:51:13 +01:00
parent 5d4928554b
commit ace61dc470
1 changed files with 4 additions and 4 deletions

View File

@ -49,10 +49,10 @@ steps:
commands:
- composer install --ignore-platform-reqs --no-dev
- name: node
image: node:17.9.0-slim
commands:
- npm install && npm run prod && rm -R node_modules
# - name: node
# image: node:17.9.0-slim
# commands:
# - npm install && npm run prod && rm -R node_modules
- name: compress
image: php:7.3