SpineEventEngine / web

Spine web server and JS client library.
https://spine.io
Apache License 2.0
1 stars 3 forks source link

Configure JavaScript modules with `JsExtension` #175

Closed yevhenii-nadtochii closed 2 years ago

yevhenii-nadtochii commented 2 years ago

This changeset updates build scripts of JavaScript modules in accordance to the latest changes in config repository.

In particular, this PR:

  1. Pulls the latest config.
  2. Configures client-js and js-tests modules with JsExtension instead of deprecated Groovy scripts.
  3. Makes GitHub Actions use the latest Node for building and publishing.

Please see SpineEventEngine/config#308