ci: set minimum node version

This commit is contained in:
Alejandro Laguna
2025-08-03 17:30:20 +02:00
parent b70989e704
commit cc8794a13f

View File

@@ -2,6 +2,9 @@
"name": "portfoliov2", "name": "portfoliov2",
"type": "module", "type": "module",
"version": "0.0.1", "version": "0.0.1",
"engines": {
"node": ">=18.20.8"
},
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"build": "astro build", "build": "astro build",