Skip to content

Commit

Permalink
Merge pull request #949 from casper-network/require-nodejs-16_14
Browse files Browse the repository at this point in the history
Require NodeJS 16.14
  • Loading branch information
andrzej-casper authored Mar 6, 2023
2 parents ce4c69c + f4e341e commit f93fd12
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ references:
executors:
node:
docker:
- image: node:14.15.0
- image: node:16.14
aws:
docker:
- image: mesosphere/aws-cli
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest

env:
selected_node_version: 14
selected_node_version: 16.14

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Follow these steps to run the documentation website locally, displayed in your l
### Pre-requisites

- Install a code editor, such as Visual Studio Code (`vscode`). You may also want to install editing extensions such as `prettier`, `eslint`, and others listed in the `.vscode/extensions.json` file.
- Install [Node.js](https://nodejs.org/en/download/) (version 14+).
- Install [Node.js](https://nodejs.org/en/download/) (version 16.14+).
- Install `yarn` via `npm` using this command:

```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"typescript": "^4.3.5"
},
"engines": {
"node": ">=14"
"node": ">=16.14"
},
"engineStrict": true,
"browserslist": {
Expand Down

0 comments on commit f93fd12

Please sign in to comment.