update python and OS versions in CI

This commit is contained in:
AAGaming
2024-06-29 17:46:21 -04:00
parent 725ebd5835
commit e266258fc4
6 changed files with 13 additions and 30 deletions
+4 -4
View File
@@ -16,15 +16,15 @@ jobs:
- name: Checkout 🧰
uses: actions/checkout@v3
- name: Set up NodeJS 18 💎
- name: Set up NodeJS 20 💎
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Set up Python 3.11.4 🐍
- name: Set up Python 3.11.7 🐍
uses: actions/setup-python@v4
with:
python-version: "3.11.4"
python-version: "3.11.7"
- name: Install Poetry
uses: snok/install-poetry@v1