2021-09-26 11:18:04 +00:00
|
|
|
branches:
|
2021-12-08 04:53:42 +00:00
|
|
|
only:
|
|
|
|
- master
|
2021-09-26 11:18:04 +00:00
|
|
|
arch:
|
|
|
|
- arm64
|
|
|
|
- ppc64le
|
|
|
|
- s390x
|
2021-12-08 04:53:42 +00:00
|
|
|
os: linux
|
|
|
|
dist: bionic
|
2017-04-05 17:24:54 +00:00
|
|
|
language: node_js
|
|
|
|
node_js:
|
2024-04-14 16:34:26 +00:00
|
|
|
- 10.24.1
|
2024-04-14 20:04:06 +00:00
|
|
|
- 12.22.12
|
2024-04-14 22:55:31 +00:00
|
|
|
- 14.21.3
|
2024-04-15 00:31:31 +00:00
|
|
|
- 16.20.2
|
2024-04-15 03:33:43 +00:00
|
|
|
- 17.9.1
|
2021-12-08 04:53:42 +00:00
|
|
|
install: npm ci --ignore-scripts
|
|
|
|
script: npm run-script test:ci
|