Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
24
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ At a minimum, each language displays the AST for any code that is entered into t

To install and set up the project, follow these steps:

1. Ensure you have Node.js v20 installed. You can download it from the [official Node.js website](https://nodejs.org/).
1. Ensure you have Node.js v24 installed. You can download it from the [official Node.js website](https://nodejs.org/).
Comment thread
mdjermanovic marked this conversation as resolved.
Outdated
2. Clone the repository to your local machine.
3. Install the project dependencies using npm - `npm install`.
4. Install Playwright browsers if you plan to run the E2E tests: `npx playwright install --with-deps`.
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 @@ -28,7 +28,7 @@
"pre-commit": "lint-staged"
},
"engines": {
"node": ">= 20"
"node": ">=24"
},
"dependencies": {
"@codemirror/lang-css": "^6.3.1",
Expand Down
Loading