fixed dependencies

This commit is contained in:
Tobias Lehmann 2024-09-09 11:52:39 +02:00
parent 328d5fcbe4
commit 93edacbafb

View File

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