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 - name: Use Node.js
uses: https://github.com/actions/setup-node@v3 uses: https://github.com/actions/setup-node@v3
with: with:
node-version: '18.17' node-version: '20.20'
- run: npm ci - run: npm ci
- run: npm run lint - run: npm run lint
# - run: npm run test - run: npm install
- run: npm run build:prod - run: npm run build
env: env:
NODE_OPTIONS: --max_old_space_size=4096 NODE_OPTIONS: --max_old_space_size=4096