Skip to content

fix: packages/node-fhir-server-core/package.json to reduce vulnerabil… #118

fix: packages/node-fhir-server-core/package.json to reduce vulnerabil…

fix: packages/node-fhir-server-core/package.json to reduce vulnerabil… #118

Workflow file for this run

name: Lint
on: push
jobs:
run-linter:
name: Run Linters
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: '20'
- name: Install Dependencies
run: yarn install
- name: Run Linters
run: yarn lint