Update requirements
This commit is contained in:
parent
2790e9c82e
commit
2f22e635b3
12 changed files with 55 additions and 45 deletions
|
|
@ -1,6 +1,6 @@
|
|||
python-linting:
|
||||
stage: lint
|
||||
image: python:3.9-bullseye
|
||||
image: python:3.11-bookworm
|
||||
before_script:
|
||||
- pip install -r requirements/ci.txt
|
||||
script:
|
||||
|
|
@ -14,7 +14,7 @@ python-linting:
|
|||
|
||||
javascript-linting:
|
||||
stage: lint
|
||||
image: node:16-bullseye
|
||||
image: node:lts-bookworm
|
||||
before_script:
|
||||
- npm install
|
||||
script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue