ci: use regular install

This commit is contained in:
rigor789
2020-07-17 22:25:33 +02:00
parent c57cd55eaf
commit dd4a4bb58c

View File

@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- name: Setup
run: npm ci
run: npm install
- name: Generate Version
working-directory: packages/core