process workflows - upgrade node

This commit is contained in:
SPRINX0\prochazka
2025-07-24 17:21:28 +02:00
parent eab27ce0bb
commit 0ea75f25f1
5 changed files with 10 additions and 10 deletions

View File

@@ -22,10 +22,10 @@ jobs:
- uses: actions/checkout@v2
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: |
sudo apt-get install jq -y