node version 22

This commit is contained in:
SPRINX0\prochazka
2025-07-24 17:20:52 +02:00
parent 29fd381989
commit eab27ce0bb
5 changed files with 10 additions and 10 deletions

View File

@@ -25,10 +25,10 @@ jobs:
with:
fetch-depth: 1
- name: Use Node.js 18.x
- name: Use Node.js 22.x
uses: actions/setup-node@v1
with:
node-version: 18.x
node-version: 22.x
- name: Install jq
run: |