add npm install

This commit is contained in:
lucaspalomodevelop 2022-11-23 20:13:58 +01:00
parent a61ff94799
commit 1c681f06fc

View File

@ -19,6 +19,7 @@ jobs:
with:
node-version: 16
# - run: npm ci
- run: npm install
- run: npm test
publish-npm: