build(deps): Updated node to 22 and others to latest except eslint (because of airbnb)

This commit is contained in:
2025-01-02 14:05:53 +01:00
parent 2d71d81e2d
commit 283c25681b
4 changed files with 14697 additions and 9619 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16.14.0
node-version: 22.12.0
- name: Install dependencies
run: npm ci