Open MichaelTamaki opened 3 years ago
Fixes issue #187
Updates dependencies in package.json and package-lock.json. Bump NodeJS version in Github Actions to 14 from 12.
package.json
package-lock.json
Reviewers: Please pull this branch, run npm ci, and verify that everything works locally!
npm ci
npm run serve
npm run lint
npm run test:unit
npm run test:e2e
Description
Fixes issue #187
Updates dependencies in
package.json
andpackage-lock.json
. Bump NodeJS version in Github Actions to 14 from 12.Reviewers: Please pull this branch, run
npm ci
, and verify that everything works locally!Pre-PR checklist
npm run serve
and:npm run lint
npm run test:unit
npm run test:e2e
and ran relevant tests