Update node-fetch from 2.6.6 to 2.6.7 (#327)

This commit is contained in:
Dmitry Shibanov
2022-02-01 14:17:23 +03:00
committed by GitHub
parent ba33a692f1
commit dc9de69ff3
5 changed files with 64 additions and 8 deletions

View File

@ -14,6 +14,10 @@ jobs:
name: Check licenses
steps:
- uses: actions/checkout@v2
- name: Set Node.js 12.x
uses: actions/setup-node@v2
with:
node-version: 12.x
- run: npm ci
- name: Install licensed
run: |