chore(deps): update dependency node to v22

This commit is contained in:
renovate[bot] 2025-03-11 17:21:55 +00:00 committed by GitHub
parent 72a23ac51e
commit 5cb2c9498b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -230,7 +230,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'
cache: 'npm'
cache-dependency-path: './web-app/package-lock.json'
- name: Install dependencies