fix dockerfile

This commit is contained in:
Lokowitz
2026-02-02 10:58:53 +00:00
committed by Owen Schwartz
parent bf5dd3b0a1
commit ffb253e0e9
5 changed files with 18 additions and 21 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
with:
node-version: '22'
node-version: '24'
- name: Install dependencies
run: npm ci