root: specify node and python versions in respective config files, deduplicate in CI (#7620)

* root: specify node and python versions in respective config files, deduplicate in CI

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix engines missing for wdio

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* bump setup python version

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* actually don't bump a bunch of things

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
# Conflicts:
#	poetry.lock
#	website/package.json
This commit is contained in:
Jens L
2023-11-19 00:33:37 +01:00
committed by Jens Langhammer
parent 6604d3577f
commit a494c6b6e8
12 changed files with 40 additions and 47 deletions

View File

@ -46,5 +46,8 @@
},
"devDependencies": {
"prettier": "3.0.3"
},
"engines": {
"node": ">=20"
}
}