Skip to content

feat(at): changed the symbol used at the beginning and end of the eve… #59

feat(at): changed the symbol used at the beginning and end of the eve…

feat(at): changed the symbol used at the beginning and end of the eve… #59

Workflow file for this run

name: Unit Test Server
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [17.x, 19.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 }}
- run: npm ci
- run: npm test