1
0
Fork 0

wip: use bun (1.0) as runtime

This commit is contained in:
Vojtěch Mareš 2023-09-09 00:16:53 +02:00
parent 453e48c2b5
commit b0affaa936
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
6 changed files with 65 additions and 6573 deletions

View file

@ -9,10 +9,10 @@ stages:
lint next.js:
stage: lint
image: node:18-alpine3.17
image: oven/bun:1.0.0
script:
- npm ci --frozen-lockfile
- SKIP_ENV_VALIDATION=1 npm run lint
- bun install --frozen-lockfile
- SKIP_ENV_VALIDATION=1 bun run lint
lint helm:
stage: lint