Further wrestling with CI/CD

This commit is contained in:
Imbus 2024-03-02 03:14:45 +01:00
parent 3653146ce0
commit 1be992bc34

View file

@ -30,6 +30,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- run: npm ci
- run: npm run build --if-present
- run: npm test