diff --git a/.github/workflows/ci-workflow.yaml b/.github/workflows/ci-workflow.yaml index afc8f7fe..7f0e1af1 100644 --- a/.github/workflows/ci-workflow.yaml +++ b/.github/workflows/ci-workflow.yaml @@ -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: @@ -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: diff --git a/README.md b/README.md index 7200eea8..c5206e05 100644 --- a/README.md +++ b/README.md @@ -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