mirror of
https://git.freecumextremist.com/grumbulon/pomme.git
synced 2024-11-22 09:53:46 +00:00
Don't use alpine containers
This commit is contained in:
parent
5cc50e8138
commit
c4c4dbc685
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue