mirror of https://codeberg.org/pzp/pzp-db.git
Add woodpecker ci file
This commit is contained in:
parent
f056429f31
commit
3d56a1a4de
|
@ -0,0 +1,11 @@
|
||||||
|
matrix:
|
||||||
|
NODE_VERSION:
|
||||||
|
- 18
|
||||||
|
- 20
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: test
|
||||||
|
image: node:${NODE_VERSION}
|
||||||
|
commands:
|
||||||
|
- npm install
|
||||||
|
- npm test
|
Loading…
Reference in New Issue