Skip to content

Commit 76b89d8

Browse files
Update dependency node to v24
1 parent d18eaae commit 76b89d8

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
@@ -72,7 +72,7 @@
7272
"@mantine/hooks": "9.0.1",
7373
"@mantine/notifications": "9.0.1",
7474
"@tabler/icons-react": "3.41.1",
75-
"@types/node": "20.19.39",
75+
"@types/node": "24.12.2",
7676
"@types/react": "19.2.14",
7777
"@types/react-dom": "19.2.3",
7878
"@typescript-eslint/eslint-plugin": "8.58.1",

0 commit comments

Comments
 (0)