Skip to content

chore: Bump @feathersjs/socketio from 5.0.0 to 5.0.8 in /quick-start #385

chore: Bump @feathersjs/socketio from 5.0.0 to 5.0.8 in /quick-start

chore: Bump @feathersjs/socketio from 5.0.0 to 5.0.8 in /quick-start #385

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