Skip to content

fix(deps): bump ws from 7.5.9 to 7.5.10 #140

fix(deps): bump ws from 7.5.9 to 7.5.10

fix(deps): bump ws from 7.5.9 to 7.5.10 #140

Workflow file for this run

name: Check PR
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
jobs:
cd:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [16]
steps:
- name: πŸ›Ž Checkout
uses: actions/checkout@master
- name: πŸ— Setup node env
uses: actions/[email protected]
with:
node-version: ${{ matrix.node }}
check-latest: true
- name: πŸ“¦ Cache node_modules
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: πŸ‘¨πŸ»β€πŸ’» Install dependencies (2)
run: npm install
- name: πŸ‘¨πŸ»β€πŸ’» Install dependencies (3)
run: npm ci
- name: πŸ‘¨β€πŸ­οΈ Generate
run: npm run generate