Switching to node 18 slim image in cicd
Some checks failed
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed

This commit is contained in:
collin 2026-06-19 11:17:45 +02:00
parent d70112d99a
commit 26d52399c0
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ when:
steps: steps:
- name: deploy - name: deploy
image: docker.io/node:hydrogen image: docker.io/node:hydrogen-slim
environment: environment:
PUPPETEER_SKIP_DOWNLOAD: true PUPPETEER_SKIP_DOWNLOAD: true
volumes: volumes:

View file

@ -6,7 +6,7 @@ when:
steps: steps:
- name: test - name: test
image: docker.io/node:hydrogen image: docker.io/node:hydrogen-slim
environment: environment:
PUPPETEER_SKIP_DOWNLOAD: true PUPPETEER_SKIP_DOWNLOAD: true
commands: commands: