Skip to content

Commit 5a53a49

Browse files
Update dependency node to v24
1 parent 5e6813f commit 5a53a49

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.1",
7474
"@mantine/notifications": "9.1.1",
7575
"@tabler/icons-react": "3.44.0",
76-
"@types/node": "20.19.40",
76+
"@types/node": "24.12.4",
7777
"@types/react": "19.2.14",
7878
"@types/react-dom": "19.2.3",
7979
"@typescript-eslint/eslint-plugin": "8.59.2",

0 commit comments

Comments
 (0)