Skip to content

chore: update version to 3.4.2 and bump dependencies to fix security … #233

chore: update version to 3.4.2 and bump dependencies to fix security …

chore: update version to 3.4.2 and bump dependencies to fix security … #233

Workflow file for this run

name: Deploy Client
permissions:
contents: write
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Set up Node.js
uses: actions/setup-node@v6
with:
node-version: latest
- 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