Skip to content

chore(deps): bump engine.io and socket.io in /integration/angular #1404

chore(deps): bump engine.io and socket.io in /integration/angular

chore(deps): bump engine.io and socket.io in /integration/angular #1404

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: install dependencies
run: yarn install || echo "ignore failure"
- name: Prettier
run: yarn format:check
env:
CI: true