move node
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Philipp Lang 2022-11-24 13:06:16 +01:00
parent 758498ed71
commit 80e54813b7
1 changed files with 5 additions and 5 deletions

View File

@ -53,6 +53,11 @@ steps:
commands:
- while ! mysqladmin ping -h db -u db -pdb --silent; do sleep 1; done
- name: node
image: node:17.9.0-slim
commands:
- npm ci && npm run prod && npm run img && rm -R node_modules
- name: phpunit_tests
image: php:8.1.6
volumes:
@ -98,11 +103,6 @@ steps:
commands:
- vendor/bin/phpstan analyse
- name: node
image: node:17.9.0-slim
commands:
- npm ci && npm run prod && npm run img && rm -R node_modules
- name: compress
image: php:7.3
commands: