ci: fix a step cannot have both the uses and run keys

This commit is contained in:
thecodrr
2021-12-30 09:33:49 +05:00
parent 49ec85effd
commit 8a9de63ebc

View File

@@ -25,7 +25,7 @@ jobs:
uses: actions/setup-node@v2.1.5
with:
node-version: 16.x
run: |
- run: |
cd ./apps/importer
npm i
npm run build