1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-python synced 2025-06-08 12:28:20 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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: |