Skip to content

Commit

Permalink
jsthemis: Downgrade mocha to ^7
Browse files Browse the repository at this point in the history
This version and all its transitive dependencies support node v8
which is the only version we can run on centos 7. It seems like other
OS work fine, at least on buildbot.

Another option is to fix our scripts on buildbot just for centos 7 so
they patch the versions before testing. This may save us from future
problems. However, downgrading dev dependency is not that scary, so
maybe this approach is okay.
  • Loading branch information
G1gg1L3s committed Jun 6, 2023
1 parent 068a178 commit 0e7df2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrappers/themis/jsthemis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"nan": "^2.17.0"
},
"devDependencies": {
"mocha": "^9"
"mocha": "^7"
},
"gypfile": true
}

0 comments on commit 0e7df2e

Please sign in to comment.