Plan Nightly artifact-based Docker packaging

This commit is contained in:
2026-03-28 20:23:01 -04:00
parent 4a4d09e41a
commit ec9e228247
8 changed files with 301 additions and 31 deletions

View File

@@ -52,6 +52,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
cache-dependency-path: package-lock.json
- name: Install dependencies
run: npm ci