Skip to content

chore: Bump socket.io-parser from 4.2.2 to 4.2.4 in /feathers-chat-ts #390

chore: Bump socket.io-parser from 4.2.2 to 4.2.4 in /feathers-chat-ts

chore: Bump socket.io-parser from 4.2.2 to 4.2.4 in /feathers-chat-ts #390

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
feathers-chat-ts:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install and run tests
working-directory: ./feathers-chat-ts
run: |
npm install
npm test