ci: align production tests with Node 22
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
||||
with: { python-version: '3.11' }
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
node-version: '22'
|
||||
cache: npm
|
||||
cache-dependency-path: frontend/package-lock.json
|
||||
- name: Install dependencies
|
||||
|
||||
Reference in New Issue
Block a user