Skip to content

Commit f409a97

Browse files
build: switch to Node.js 24 (#423)
Co-authored-by: lumir <rpfos@naver.com>
1 parent 5f2b350 commit f409a97

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
24

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ At a minimum, each language displays the AST for any code that is entered into t
1010

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

13-
1. Ensure you have Node.js v20 installed. You can download it from the [official Node.js website](https://nodejs.org/).
13+
1. Ensure you have Node.js v24 or later installed. You can download it from the [official Node.js website](https://nodejs.org/).
1414
2. Clone the repository to your local machine.
1515
3. Install the project dependencies using npm - `npm install`.
1616
4. Install Playwright browsers if you plan to run the E2E tests: `npx playwright install --with-deps`.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"pre-commit": "lint-staged"
2929
},
3030
"engines": {
31-
"node": ">= 20"
31+
"node": ">=24"
3232
},
3333
"dependencies": {
3434
"@codemirror/lang-css": "^6.3.1",

0 commit comments

Comments
 (0)