2023-10-27 19:53:52 +08:00

15 lines
126 B
YAML

language: node_js
node_js:
- "18.2.0"
install:
- npm install
script:
- npm run build
branches:
only:
- master