Skip to content

Commit

Permalink
Merge pull request #200 from mcode/update_fhirpath
Browse files Browse the repository at this point in the history
Update fhirpath
  • Loading branch information
dmendelowitz authored Nov 7, 2023
2 parents 74ce115 + 8b5c359 commit 65b8e2f
Show file tree
Hide file tree
Showing 6 changed files with 11,571 additions and 8,017 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '18.x'
- run: npm ci
- run: npm run lint
env:
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '18.x'
- run: npm ci
- run: npm test
env:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ A Node.js framework for extracting mCODE FHIR resources. All resources are profi

## Prerequisites

- [Node.js v14.18.1 (LTS as of Oct 2021)](https://nodejs.org/en/)
- npm v6.14.15 (included in LTS of Oct 2021)
- [Node.js version >v16 LTS](https://nodejs.org/en/)
- npm (included in LTS)

### Latest

Expand Down
Loading

0 comments on commit 65b8e2f

Please sign in to comment.