workflow to node.js 20

This commit is contained in:
Vojta Mrazek 2024-04-05 11:27:41 +02:00
parent 84a41ad93c
commit 0180735dd5

View File

@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.x
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
# Semantic version range syntax or exact version of a Python version
python-version: '3.x'