Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
442ac41841
|
|||
|
40f286621d
|
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -17,12 +17,12 @@ jobs:
|
||||
- name: Install NodeJS
|
||||
uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e # v1
|
||||
with:
|
||||
node-version: 18
|
||||
node-version: 22
|
||||
|
||||
- name: Install Python
|
||||
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
|
||||
with:
|
||||
python-version: "3.11"
|
||||
python-version: "3.13"
|
||||
|
||||
- name: Install Python Deps
|
||||
run: pip install -r requirements.txt
|
||||
@@ -93,12 +93,12 @@ jobs:
|
||||
- name: Install NodeJS
|
||||
uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e # v1
|
||||
with:
|
||||
node-version: 18
|
||||
node-version: 22
|
||||
|
||||
- name: Install Python
|
||||
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
|
||||
with:
|
||||
python-version: "3.11"
|
||||
python-version: "3.13"
|
||||
|
||||
- name: Install Python Deps
|
||||
run: pip install -r requirements.txt
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
aiohttp>=3.12.14
|
||||
cx_freeze>=7.0.0
|
||||
lxmf>=0.8.0
|
||||
lxmf>=0.9.2
|
||||
peewee>=3.18.1
|
||||
rns>=1.0.0
|
||||
rns>=1.0.1
|
||||
websockets>=14.2
|
||||
|
||||
Reference in New Issue
Block a user