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: commands:
- composer install --ignore-platform-reqs --no-dev - composer install --ignore-platform-reqs --no-dev
- name: node # - name: node
image: node:17.9.0-slim # image: node:17.9.0-slim
commands: # commands:
- npm install && npm run prod && rm -R node_modules # - npm install && npm run prod && rm -R node_modules
- name: compress - name: compress
image: php:7.3 image: php:7.3