Skip to content

Bump npm-check-updates from 16.10.10 to 16.10.12 #417

Bump npm-check-updates from 16.10.10 to 16.10.12

Bump npm-check-updates from 16.10.10 to 16.10.12 #417

Workflow file for this run

# SPDX-License-Identifier: MIT
name: Licensed
on:
push:
branches:
- main
- feature/**
paths:
- .github/workflows/licensed.yml
- .licensed.yml
- .licenses/**
- package-lock.json
- package.json
jobs:
licensed:
runs-on: ubuntu-22.04
name: Check licenses
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Licensed
uses: jonabc/setup-licensed@v1
with:
version: '3.x'
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Install packages
run: |
npm ci
- name: Check licensed status
run: |
licensed status