node version 20
Some checks failed
Build And Test / build (push) Successful in 26s
Build And Test / publish (push) Has been cancelled

This commit is contained in:
2026-03-21 18:40:32 +02:00
parent 4d65d36b73
commit f96c994fec

View File

@@ -14,11 +14,11 @@ jobs:
- name: Use Node.js
uses: https://github.com/actions/setup-node@v3
with:
node-version: '18.17'
node-version: '20.20'
- run: npm ci
- run: npm run lint
# - run: npm run test
- run: npm run build:prod
- run: npm install
- run: npm run build
env:
NODE_OPTIONS: --max_old_space_size=4096