@scion-scxml/scxml
Version:
An implementation of SCXML in JavaScript.
25 lines (18 loc) • 427 B
YAML
before_script:
- npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
- npm install
.build_template:
script:
- npm run test
build:node:8.11.4:
image: node:8.11.4
<<:
build:node:10.8.0:
image: node:10.8.0
<<:
build:node:12.12.0:
image: node:12.12.0
<<:
build:node:14.12.0:
image: node:14.12.0
<<: