Add woodpecker ci file

This commit is contained in:
Jacob Karlsson 2024-04-13 15:10:21 +02:00
parent f056429f31
commit 3d56a1a4de
1 changed files with 11 additions and 0 deletions

11
.woodpecker.yaml Normal file
View File

@ -0,0 +1,11 @@
matrix:
NODE_VERSION:
- 18
- 20
steps:
- name: test
image: node:${NODE_VERSION}
commands:
- npm install
- npm test