Don't use alpine containers

This commit is contained in:
Sam Therapy 2023-03-09 15:07:40 +01:00
parent 5cc50e8138
commit c4c4dbc685
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ name: pomme-pipeline
steps:
- name: lint-frontend
image: node:18-alpine
image: node:18
commands:
- corepack enable
- corepack prepare pnpm@latest --activate
@ -26,7 +26,7 @@ steps:
- name: 'cache'
- path: '/go'
- name: test-frontend
image: node:18-alpine
image: node:18
commands:
- pnpm -F frontend test:unit
depends_on: