fix node version
Docker / build (push) Failing after 5m24s

This commit is contained in:
2025-12-15 23:24:03 -08:00
parent 71329b534f
commit 005e73ad25
+4 -1
View File
@@ -34,7 +34,10 @@ jobs:
with:
fetch-depth: 0
- run: npm install --global npm
- uses: actions/setup-node@v6
with:
node-version: latest
- name: Install Worker Dependencies
run: npm ci