2021-09-26 11:18:04 +00:00
|
|
|
branches:
|
|
|
|
only: master
|
|
|
|
arch:
|
|
|
|
- arm64
|
|
|
|
- ppc64le
|
|
|
|
- s390x
|
2017-04-05 17:24:54 +00:00
|
|
|
language: node_js
|
|
|
|
node_js:
|
2021-09-26 11:18:04 +00:00
|
|
|
- 10
|
|
|
|
- 12
|
|
|
|
- 14
|
|
|
|
- 16
|
|
|
|
install:
|
|
|
|
- npm install --global npm
|
|
|
|
- npm ci --ignore-scripts
|
|
|
|
script: npm test --ignore-scripts
|