Skip to content

Bump @types/node from 16.18.54 to 20.6.4 #71

Bump @types/node from 16.18.54 to 20.6.4

Bump @types/node from 16.18.54 to 20.6.4 #71

Workflow file for this run

name: Licensed
on:
push:
branches:
- mainw
paths-ignore:
- "**.md"
- "docs/**"
pull_request:
paths-ignore:
- "**.md"
- "docs/**"
jobs:
test:
runs-on: ubuntu-latest
name: Check licenses
steps:
- uses: actions/checkout@v3
- run: npm ci --legacy-peer-deps
- name: Install licensed
run: |
cd $RUNNER_TEMP
curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/2.12.2/licensed-2.12.2-linux-x64.tar.gz
sudo tar -xzf licensed.tar.gz
sudo mv licensed /usr/local/bin/licensed
- run: licensed status