Skip to content

chore(deps): Bump socket.io-client from 4.8.0 to 4.8.1 in /client (#9) #47

chore(deps): Bump socket.io-client from 4.8.0 to 4.8.1 in /client (#9)

chore(deps): Bump socket.io-client from 4.8.0 to 4.8.1 in /client (#9) #47

Workflow file for this run

name: Deploy Client
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '16'
- name: Install dependencies
run: |
cd client
npm install
- name: Build project
run: |
cd client
npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: client/dist