fix pipeline
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 15s

This commit is contained in:
2026-03-26 13:07:26 -04:00
parent 4a64e90a47
commit 50ad21bb42

View File

@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: '20' node-version: '24'
cache: 'npm' cache: 'npm'
- run: npm ci && npm run build - run: npm ci && npm run build