- 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
+4
View File
@@ -22,6 +22,10 @@ jobs:
with:
node-version: 16.x
- name: Install NPM
run: |
npm install
- name: Run NPM
run: |
npm run all