Skip to content

Commit

Permalink
Merge pull request #68 from mcode/update-fhirpath-node
Browse files Browse the repository at this point in the history
Updating development branch to match MEFs development branch
  • Loading branch information
rdingwell authored Dec 14, 2023
2 parents e9d77bc + e60e201 commit e2d4dc8
Show file tree
Hide file tree
Showing 5 changed files with 6,803 additions and 4,559 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @julianxcarter @dmendelowitz @dtphelan1
* @dmendelowitz
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 @@ -4,8 +4,8 @@ The ICAREdata Extraction Client supports extracting the ICAREdata data elements

## 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)

## General Usage

Expand Down
Loading

0 comments on commit e2d4dc8

Please sign in to comment.