From 8c6e7ef00c6d7d4b2fa9a34062b221046656b17e Mon Sep 17 00:00:00 2001 From: Robert A Dingwell Date: Mon, 6 Nov 2023 15:25:49 -0500 Subject: [PATCH 1/2] updating ci workflow to target later version of node --- .github/workflows/ci-workflow.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: From 8b5c359e195b5d3888e6f94a03b92ebfeff4eecd Mon Sep 17 00:00:00 2001 From: Robert A Dingwell Date: Mon, 6 Nov 2023 16:01:06 -0500 Subject: [PATCH 2/2] Updating node version requirements --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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