Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Update app.json

Update app.json #219

Workflow file for this run

name: server-test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3.5.3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.8.1
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn test