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 uses: actions/setup-node@v4
with: with:
node-version: '20.x' node-version: '20.x'
- run: npm clean
- run: npm install - run: npm install
- run: npm run build --if-present - run: npm run build --if-present
- run: npm test --if-present - run: npm test --if-present