Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Bump engine.io and socket.io #113

Bump engine.io and socket.io

Bump engine.io and socket.io #113

Workflow file for this run

name: test
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: '14'
- name: npm install, build, and test
run: |
npm install
npm run build
npm test
env:
CI: true
- name: e2e test
run: |
npm install -g .
todo --version
pushd test/ && ./e2e.bash && popd