install dependencies on workflow

This commit is contained in:
davidodenwald 2022-12-01 18:41:15 +01:00
parent 3e56dae8b0
commit 9cc0b7b47d

View file

@ -17,5 +17,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm install
- run: npm run build
- run: npm test
- run: npm run test