LibertyDSNP / activity-content

A library for creating DSNP Activity Content compatible data structures
Apache License 2.0
2 stars 0 forks source link

update to node 16 #14

Closed mehtaishita closed 2 years ago

mehtaishita commented 2 years ago

Problem

Updating Nodejs from 14 to 16

9

Solution

I updated the proper config and tool versions from node engine from 14.xx.xx to 16.14.0

Change summary:

Steps to Verify:

  1. run: asdf install node 16
  2. run: asdf which node (ensure the install is node 16.14.0
  3. go to example-client
  4. npm install @dsnp/activity-content
  5. compile and run example-client