Skip to content

Commit 53e4fe5

Browse files
Update dependency node to v24
1 parent 41308ba commit 53e4fe5

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
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
2727
with:
2828
cache-dependency-path: package.json
29-
node-version: "20.x"
29+
node-version: "24.x"
3030
cache: "npm"
3131

3232
- 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.2.1",
7474
"@mantine/notifications": "9.2.1",
7575
"@tabler/icons-react": "3.44.0",
76-
"@types/node": "20.19.41",
76+
"@types/node": "24.12.4",
7777
"@types/react": "19.2.15",
7878
"@types/react-dom": "19.2.3",
7979
"@typescript-eslint/eslint-plugin": "8.59.4",

0 commit comments

Comments
 (0)