Skip to content

Commit

Permalink
Update for Node 18
Browse files Browse the repository at this point in the history
Some of our dependencies require Node 18 now.
  • Loading branch information
psvenk committed Dec 2, 2024
1 parent 8c99fa3 commit 980bff0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autodeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Install node dependencies
run: npm install
- name: Run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [main]

env:
node-version: 16.x
node-version: 18.x

jobs:
black:
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
Install:

- Python 3, at least Python 3.6.
- Node.js 16, at least Node 16.16.
- Careful, the latest version is 21!
- One way manage Node versions is using [nvm](https://github.com/nvm-sh/nvm).
- Node.js, at least Node.js 18.
- One way to manage Node versions is using [nvm](https://github.com/nvm-sh/nvm).
- [Black](https://black.readthedocs.io/en/stable/index.html), if you plan on contributing changes to the Python backend.

In the root directory, run:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
]
},
"engines": {
"node": ">=16.16.0"
"node": ">=18.0"
},
"devDependencies": {
"@chakra-ui/cli": "^3.2.1",
Expand Down

0 comments on commit 980bff0

Please sign in to comment.