2021-08-28 13:20:40 +00:00
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
|
|
|
arch:
|
|
|
|
- arm64
|
|
|
|
- ppc64le
|
|
|
|
- s390x
|
2013-11-08 17:14:25 +00:00
|
|
|
language: node_js
|
2021-08-28 13:20:40 +00:00
|
|
|
before_install: npm install --global npm
|
|
|
|
script:
|
|
|
|
- npm run --ignore-scripts build
|
|
|
|
- npm test --ignore-scripts
|
2013-11-08 17:14:25 +00:00
|
|
|
node_js:
|
2021-08-28 13:20:40 +00:00
|
|
|
- 10
|
|
|
|
- 12
|
|
|
|
- 14
|
|
|
|
- 16
|