Update master with latest changes #22

Merged
Siklos merged 37 commits from dev into master 2022-08-09 12:18:01 -04:00
Showing only changes of commit 900e925531 - Show all commits

View file

@ -6,9 +6,10 @@ steps:
- name: test
image: node:16
commands:
- curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm@7
- node ./test-server/node-http.js &
- npm install
- npm run test:nowatch
- pnpm install
- pnpm run test:nowatch
---
kind: pipeline
@ -18,6 +19,7 @@ steps:
- name: test
image: node
commands:
- curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm@7
- node ./test-server/node-http.js &
- npm install
- npm run test:nowatch
- pnpm install
- pnpm run test:nowatch