Skip to content

Commit

Permalink
Merge branch 'update_fhirpath' into add_search_parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
rdingwell committed Nov 6, 2023
2 parents c57eb6a + 8b5c359 commit 4d772e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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

0 comments on commit 4d772e1

Please sign in to comment.