updated node version
All checks were successful
Build and Deploy / Deploy (push) Successful in 3m38s

This commit is contained in:
xeovalyte 2025-04-24 09:25:22 +02:00
parent 14aebbbf97
commit 91eafc7594
Signed by: xeovalyte
SSH Key Fingerprint: SHA256:GWI1hq+MNKR2UOcvk7n9tekASXT8vyazK7vDF9Xyciw

View File

@ -13,7 +13,7 @@ jobs:
- name: Use Nodejs
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- run: npm install
working-directory: ./frontend
- run: npm run build