Skip to content

build(deps-dev): bump @types/node from 16.18.96 to 16.18.97 #1005

build(deps-dev): bump @types/node from 16.18.96 to 16.18.97

build(deps-dev): bump @types/node from 16.18.96 to 16.18.97 #1005

Workflow file for this run

name: Licensed
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
name: Check licenses
steps:
- uses: actions/checkout@v4
- run: npm ci
- name: Install licensed
run: |
cd $RUNNER_TEMP
curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/3.6.0/licensed-3.6.0-linux-x64.tar.gz
sudo tar -xzf licensed.tar.gz
sudo mv licensed /usr/local/bin/licensed
- run: licensed status