fix(web): sync frontend lockfile for CI

This commit is contained in:
Hunter B
2026-06-08 08:28:10 -07:00
parent 3d503a0a24
commit 7344b88eac
2 changed files with 538 additions and 1 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: 'npm'
cache-dependency-path: web/package-lock.json
- name: Install dependencies