- add missing npm install

This commit is contained in:
Mike Penz
2023-08-31 12:30:03 +00:00
committed by GitHub
parent 144cd931d3
commit fba834269a
+5 -1
View File
@@ -21,7 +21,11 @@ jobs:
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: 16.x node-version: 16.x
- name: Install NPM
run: |
npm install
- name: Run NPM - name: Run NPM
run: | run: |
npm run all npm run all