This commit is contained in:
AsafMah 2022-04-05 12:17:35 +03:00
Родитель 8d5112e74f
Коммит 0c0a79cf57
2 изменённых файлов: 0 добавлений и 2 удалений

1
.github/workflows/pin-dependency.yml поставляемый
Просмотреть файл

@ -8,7 +8,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'npm'
- name: Create report file
run: npm install azure-kusto-data@$(npm pkg get version | tr -d '"') --save-exact
working-directory: azure-kusto-ingest

1
.github/workflows/unpin-dependency.yml поставляемый
Просмотреть файл

@ -8,7 +8,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'npm'
- name: Create report file
run: npm install azure-kusto-data --save-exact
working-directory: azure-kusto-ingest