Skip to content

Commit

Permalink
chore(common): Remove node 16 build
Browse files Browse the repository at this point in the history
  • Loading branch information
christensenep committed Apr 2, 2024
1 parent 261fec6 commit b3ef0f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "",
"license": "ISC",
"engines": {
"node": ">=16 <20",
"node": ">=18 <20",
"npm": ">=8 <10"
},
"dependencies": {
Expand Down

0 comments on commit b3ef0f1

Please sign in to comment.