Switch to npm workspaces (#342)

* Switch to npm workspaces
* Install npm globally

Co-authored-by: Christian Georgi <chgeo@users.noreply.github.com>
Co-authored-by: Christian Georgi <christian.georgi@sap.com>
This commit is contained in:
Daniel Hutzel
2022-06-29 09:39:23 +02:00
committed by GitHub
parent 96375aa221
commit f29f66c41e
4 changed files with 18 additions and 96 deletions

View File

@@ -24,5 +24,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm i -g npm@8
- run: npm ci
- run: npm test