Switching to node 18 slim image in cicd
This commit is contained in:
parent
d70112d99a
commit
26d52399c0
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ when:
|
|||
|
||||
steps:
|
||||
- name: deploy
|
||||
image: docker.io/node:hydrogen
|
||||
image: docker.io/node:hydrogen-slim
|
||||
environment:
|
||||
PUPPETEER_SKIP_DOWNLOAD: true
|
||||
volumes:
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ when:
|
|||
|
||||
steps:
|
||||
- name: test
|
||||
image: docker.io/node:hydrogen
|
||||
image: docker.io/node:hydrogen-slim
|
||||
environment:
|
||||
PUPPETEER_SKIP_DOWNLOAD: true
|
||||
commands:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue