fixed npm pipeline

This commit is contained in:
Tobias Lehmann 2024-09-09 11:41:38 +02:00
parent b9915f71e3
commit 328d5fcbe4

View File

@ -11,6 +11,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci
- run: npm clean
- run: npm install
- run: npm run build --if-present
- run: npm test --if-present