trying to rework database migrations

This commit is contained in:
2026-02-05 11:42:04 -06:00
parent 3b14c65998
commit 343488b3eb
83 changed files with 5793 additions and 876 deletions

View File

@@ -0,0 +1,23 @@
ref: core.nodejs
pack_ref: core
name: Node.js
description: Node.js runtime for JavaScript-based actions and sensors
distributions:
verification:
commands:
- binary: node
args:
- "--version"
exit_code: 0
pattern: "v\\d+\\.\\d+\\.\\d+"
priority: 1
min_version: "16.0.0"
recommended_version: "20.0.0"
installation:
package_managers:
- npm
- yarn
- pnpm
module_support: true