Skip to content

build(deps): bump semver from 6.3.0 to 6.3.1 #110

build(deps): bump semver from 6.3.0 to 6.3.1

build(deps): bump semver from 6.3.0 to 6.3.1 #110

Workflow file for this run

name: Continuous Integration
on: pull_request
jobs:
pr-integration:
runs-on: ubuntu-latest
steps:
- name: Checkout ${{ github.repository }} @ ${{ github.ref }}
uses: actions/checkout@v2
- name: Install NodeJs
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Install Packages required for api
run: npm install
- name: Lint
run: npm run lint