ci: use node v22

This commit is contained in:
Abdullah Atta
2025-10-08 08:56:20 +05:00
parent 364dccbf7a
commit bb274a84fe
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ runs:
- name: Setup Node - name: Setup Node
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: 20.x node-version: 22.x
cache: "npm" cache: "npm"
cache-dependency-path: | cache-dependency-path: |
package-lock.json package-lock.json

View File

@@ -74,7 +74,7 @@
}, },
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"volta": { "volta": {
"node": "20.12.0" "node": "22.20.0"
}, },
"taskRunner": { "taskRunner": {
"projects": [ "projects": [