Set up CI, fix updating archive meta documents #10

Merged
raucao merged 10 commits from dev/testing into master 2022-08-12 15:04:54 +00:00
Showing only changes of commit 1821d3cb64 - Show all commits

23
.drone.yml Normal file
View File

@ -0,0 +1,23 @@
---
kind: pipeline
name: node 14
steps:
- name: test
image: node:14
commands:
- npm install
- npm run build
- npm test
---
kind: pipeline
name: node 16
steps:
- name: test
image: node:16
commands:
- npm install
- npm run build
- npm test