Skip to content

chore: bump supertest from 7.1.3 to 7.1.4 (#323) #560

chore: bump supertest from 7.1.3 to 7.1.4 (#323)

chore: bump supertest from 7.1.3 to 7.1.4 (#323) #560

Workflow file for this run

name: Kenya API CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
env:
CI: true # Set CI=true for the entire build job
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies, Lint and run Tests
run: |
yarn install
yarn run lint
yarn run test
- name: Build
run: yarn run build