Skip to content

chore(deps): bump github.com/labstack/echo/v4 from 4.11.2 to 4.13.2 in /server #3811

chore(deps): bump github.com/labstack/echo/v4 from 4.11.2 to 4.13.2 in /server

chore(deps): bump github.com/labstack/echo/v4 from 4.11.2 to 4.13.2 in /server #3811

Workflow file for this run

name: UI Build and Test
on:
pull_request:
push:
branches: [master]
jobs:
frontend-build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: npm ci, build
working-directory: ./frontend
run: |
yarn install --frozen-lockfile
yarn build
# frontend-test:
# needs: frontend-build
# runs-on: ubuntu-latest
# steps:
# - uses: actions/[email protected]
# - name: Setup node
# uses: actions/setup-node@v3
# with:
# node-version: 18.x
# - name: yarn ci, build and test
# working-directory: ./frontend
# run: |
# yarn install --frozen-lockfile
# yarn test