Skip to content

Commit e4e34a9

Browse files
Update dependency node to v24
1 parent 58587a8 commit e4e34a9

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
2323
with:
2424
cache-dependency-path: package.json
25-
node-version: "20.x"
25+
node-version: "24.x"
2626
cache: "npm"
2727

2828
- name: Install and build

package-lock.json

Lines changed: 8 additions & 8 deletions
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
@@ -73,7 +73,7 @@
7373
"@mantine/hooks": "9.1.0",
7474
"@mantine/notifications": "9.1.0",
7575
"@tabler/icons-react": "3.41.1",
76-
"@types/node": "20.19.39",
76+
"@types/node": "24.12.2",
7777
"@types/react": "19.2.14",
7878
"@types/react-dom": "19.2.3",
7979
"@typescript-eslint/eslint-plugin": "8.59.0",

0 commit comments

Comments
 (0)