Skip to content

Merge pull request #94 from sumanbh/dependabot/npm_and_yarn/socket.io… #90

Merge pull request #94 from sumanbh/dependabot/npm_and_yarn/socket.io…

Merge pull request #94 from sumanbh/dependabot/npm_and_yarn/socket.io… #90

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install
run: yarn install --immutable
- name: Build
run: yarn build