Skip to content

Refactor User and related entities. #562

Refactor User and related entities.

Refactor User and related entities. #562

name: Node.js CI
on:
push
defaults:
run:
working-directory: ./frontend/
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies and run tests
run: |
npm ci
npm test