feat(actions): update Node.js version to 22 in build workflow
All checks were successful
Version Static Assets / version-assets (push) Successful in 4s

This commit is contained in:
2026-01-22 08:44:23 +01:00
parent 17267fb32a
commit 0e4b568cea

View File

@@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'
cache: 'npm'
- name: Setup Java