chore: update node version (volta & docker) + only install prod deps on prod-deps layer

This commit is contained in:
Sonny
2024-11-07 01:48:39 +01:00
committed by Sonny
parent 34d2abcc13
commit 6eb88871e8
2 changed files with 3 additions and 3 deletions

View File

@@ -118,6 +118,6 @@
"*.js,*.ts,*.jsx,*.tsx": "eslint --cache --fix"
},
"volta": {
"node": "22.2.0"
"node": "22.11.0"
}
}