Skip to content

Commit

Permalink
Merge branch 'telefonicaid:master' into issue432_aggrMethod_partial
Browse files Browse the repository at this point in the history
  • Loading branch information
Madhu1029 authored Sep 22, 2023
2 parents c3601a5 + c951698 commit e2fcabd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,12 @@ jobs:
strategy:
matrix:
node-version:
- 10.x
- 12.x
- 14.x
# FIXME: it seems problems with mongodb driver version preclude using Node 16+
# see details at https://github.com/telefonicaid/fiware-sth-comet/pull/580#issuecomment-1160353123
#- 16.x
#- 18.x
steps:
- name: Git checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mkdocs==1.2.3
Pygments==2.9.0
Pygments==2.15.0
Markdown==3.3.4
jinja2==3.0.0

0 comments on commit e2fcabd

Please sign in to comment.