Conversation
node.js version 16 is currently the lts version so this commit updates each of the dockerfiles to use node version 16
🦋 Changeset detectedLatest commit: 0ab37fc The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov Report
@@ Coverage Diff @@
## develop #1836 +/- ##
========================================
Coverage 71.99% 71.99%
========================================
Files 70 70
Lines 2321 2321
Branches 346 346
========================================
Hits 1671 1671
Misses 650 650
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
|
Going to double check that we don't have any packages that rely on 14. |
|
Nvm I don't think we do. Approving... |
|
We are on version 14 in the .nvmrc file though. Do we also need to up that @smartcontracts ? |
Closes #1681 Things that are still left: - Call relevant DB functions on event notification - Check subscription with actual node - Fallback to HTTP polling using `PullEvents` if subscription does not work --------- Co-authored-by: Arun Dhyani <dhyaniarun7@gmail.com>
Description
node.js version 16 is currently the lts version
so this commit updates each of the dockerfiles to
use node version 16