update
Some checks failed
Deploy / build-and-deploy (push) Has been cancelled

This commit is contained in:
2026-05-08 20:30:34 -06:00
parent db807051cf
commit 73de911b72

View File

@@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: 22 node-version: 24
cache: npm cache: npm
- run: npm install - run: npm install
- run: CI=false npm run build - run: CI=false npm run build