build(deps): bump dependencies

Signed-off-by: Matthieu MOREL <mmorel-35@users.noreply.github.com>
Co-Authored-By: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Matthieu MOREL 2021-08-23 13:29:38 +02:00 committed by MOREL Matthieu
parent d80920383f
commit b7eb729bee
11 changed files with 36 additions and 77 deletions

View file

@ -1,10 +0,0 @@
version: 2
updates:
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly

View file

@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v2
- name: Set Node.js 12.x
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 12.x

View file

@ -1,4 +1,4 @@
name: Licensed
name: Licensed status
on:
push:
@ -11,12 +11,15 @@ on:
jobs:
test:
runs-on: ubuntu-latest
name: Check licenses status
name: Check licenses
steps:
- uses: actions/checkout@v2
- uses: jonabc/setup-licensed@v1
with:
fetch-depth: 0
- run: npm ci
- name: Install licensed
uses: jonabc/setup-licensed@v1
with:
version: '3.x'
github_token: ${{ secrets.GITHUB_TOKEN }}
- run: npm install
- run: licensed status

View file

@ -109,5 +109,3 @@ jobs:
Write-Error "File contents of downloaded artifacts are incorrect"
}
shell: pwsh

View file

@ -1,26 +0,0 @@
name: Licensed
on:
push:
branches:
- main
paths: [package-lock.json]
pull_request:
branches: main
paths: package-lock.json
workflow_dispatch:
jobs:
update_licenses_cache:
runs-on: ubuntu-latest
name: Update licenses cache
steps:
- uses: actions/checkout@v1
- uses: jonabc/setup-licensed@v1
with:
version: '3.x'
github_token: ${{ secrets.GITHUB_TOKEN }}
- run: npm install --production
- uses: jonabc/licensed-ci@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}