Skip to content

Commit

Permalink
Merge pull request #580 from telefonicaid/fgalan-patch-1
Browse files Browse the repository at this point in the history
FIX add node v14 to GitActions utests and remove node v10
  • Loading branch information
AlvaroVega authored Sep 6, 2023
2 parents 4aa1dc9 + a417a48 commit c951698
Showing 1 changed file with 5 additions and 1 deletion.
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

0 comments on commit c951698

Please sign in to comment.