mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 22:12:53 +00:00
feat: update to node 22
This commit is contained in:
@@ -30,13 +30,11 @@ variables:
|
||||
description: Bypass turbo cache
|
||||
|
||||
default:
|
||||
image: node:22-alpine
|
||||
image: registry.gitlab.com/openstapps/openstapps/node-builder:node-22
|
||||
tags:
|
||||
- saas-linux-xlarge-amd64
|
||||
interruptible: true
|
||||
before_script:
|
||||
- corepack enable
|
||||
- corepack prepare pnpm@latest-8 --activate
|
||||
- echo TURBO_API=$TURBO_API >> .env.local
|
||||
- echo TURBO_TOKEN=$TURBO_TOKEN >> .env.local
|
||||
- echo TURBO_TEAM=$TURBO_TEAM >> .env.local
|
||||
@@ -101,7 +99,7 @@ stop review:
|
||||
rules: *deploy-rules
|
||||
|
||||
unit:
|
||||
image: registry.gitlab.com/openstapps/openstapps/app-builder
|
||||
image: registry.gitlab.com/openstapps/openstapps/app-builder:node-22
|
||||
stage: test
|
||||
needs: ['build']
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user