Skip to content

Bump ws from 7.5.5 to 7.5.10 #17

Bump ws from 7.5.5 to 7.5.10

Bump ws from 7.5.5 to 7.5.10 #17

Workflow file for this run

name: PR
on:
pull_request:
types: ["opened", "synchronize", "reopened"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
licensing_node:
name: licensing_node
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: npm ci
- name: Run setup-licensed
uses: jonabc/setup-licensed@v1
with:
version: "3.x"
github_token: ${{ secrets.GITHUB_TOKEN }}
- run: licensed cache
- uses: jonabc/licensed-ci@v1
with:
workflow: branch
github_token: ${{ secrets.GITHUB_TOKEN }}