From bd3858c07fca1ad1419d14232df842689f704f49 Mon Sep 17 00:00:00 2001 From: Erik Christensen Date: Mon, 1 Apr 2024 09:55:42 -0700 Subject: [PATCH] chore(common): Remove node 16 build --- .github/workflows/validate-workflow.yml | 2 +- README.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/validate-workflow.yml b/.github/workflows/validate-workflow.yml index dfff7c02..d21f4ada 100644 --- a/.github/workflows/validate-workflow.yml +++ b/.github/workflows/validate-workflow.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x] steps: - name: Checkout code diff --git a/README.md b/README.md index e93a78f0..03e16a60 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This starter app includes all the files necessary to get started with a basic, h To get the app running locally, follow these instructions: -1. [Use Node 16+ and NPM 8+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm#checking-your-version-of-npm-and-node-js). To check the running versions, use the following commands: +1. [Use Node 18+ and NPM 8+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm#checking-your-version-of-npm-and-node-js). To check the running versions, use the following commands: ```shell node -v diff --git a/package.json b/package.json index 614fedb0..dad5a638 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "author": "", "license": "ISC", "engines": { - "node": ">=16 <20", + "node": ">=18 <20", "npm": ">=8 <10" }, "dependencies": {