Skip to content

build(deps): bump @babel/runtime-corejs3 from 7.23.9 to 7.26.10 in /client #554

build(deps): bump @babel/runtime-corejs3 from 7.23.9 to 7.26.10 in /client

build(deps): bump @babel/runtime-corejs3 from 7.23.9 to 7.26.10 in /client #554

Workflow file for this run

name: Build Server
on: pull_request
jobs:
build_server:
name: build_server
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: npm ci
working-directory: ./server
- name: Run build
run: npm run build
working-directory: ./server