This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
2021-05-21 01:04:38 -04:00
|
|
|
language: node_js
|
|
|
|
|
node_js:
|
|
|
|
|
- "16.2.0"
|
|
|
|
|
os:
|
|
|
|
|
- windows
|
|
|
|
|
- linux
|
2021-05-21 23:31:55 -04:00
|
|
|
- osx
|
2021-05-25 14:06:42 -04:00
|
|
|
env: YARN_GPG=no
|
|
|
|
|
|
|
|
|
|
script: yarn test:ci
|