Reduce size of runner + fix node

This commit is contained in:
Arthur Belleville 2025-10-24 08:29:10 +02:00
parent cfb88628e8
commit fb1bee8dc5
No known key found for this signature in database
2 changed files with 5 additions and 2 deletions

View file

@ -4,8 +4,8 @@ version: 2.1
executors:
node-executor:
docker:
- image: node:18
resource_class: large
- image: node:20
resource_class: small
working_directory: ~/project
# Reusable commands

View file

@ -4,6 +4,9 @@
"version": "0.0.0",
"type": "module",
"packageManager": "pnpm@10.19.0",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"build": "turbo build",
"build:apps": "turbo build --filter='./apps/*'",