Revert change to npm workspaces

This PARTIALLY reverts commit 912271338d.
This commit is contained in:
Daniel
2022-04-06 13:17:51 +02:00
parent 912271338d
commit 7e4bc0985e
2 changed files with 12 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [ 16.x, 14.x, 12.x ]
node-version: [16.x, 14.x, 12.x]
steps:
- uses: actions/checkout@v2
@@ -24,5 +24,5 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npx npm@8 ci
- run: npm ci
- run: npm test