Skip to content

Merge pull request #29 from appventure-nush/student-auth #74

Merge pull request #29 from appventure-nush/student-auth

Merge pull request #29 from appventure-nush/student-auth #74

Workflow file for this run

name: TypeScript build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: |
cd server
npm ci
npm run build