Skip to content

Commit

Permalink
Updating development branch to match MEFs development branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dmendelowitz committed Dec 6, 2023
1 parent e9d77bc commit f2a30ad
Show file tree
Hide file tree
Showing 4 changed files with 6,802 additions and 4,558 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 @@ -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 f2a30ad

Please sign in to comment.