build: Use Node.js v22

This commit is contained in:
Maksim Eltyshev
2025-06-16 21:32:54 +02:00
parent 2d1a8658bb
commit 8df49a636a
6 changed files with 18 additions and 10 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '22'
cache: 'npm'
- name: Cache Node.js modules