@@ -21,5 +21,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
+ - run: npm install
- run: npm run lint
- run: npm run build