Skip to content

Commit fbde017

Browse files
chore(deps): update dependency node to v24
1 parent e17310c commit fbde017

File tree

5 files changed

+43
-43
lines changed

5 files changed

+43
-43
lines changed

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: 18
19+
node-version: 24
2020
cache: 'pnpm'
2121
- name: Install Node Dependencies
2222
run: pnpm install

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: 18
34+
node-version: 24
3535
cache: 'pnpm'
3636
# custom matchers HAVE to be named $linter-matcher.json with $linter beinb the part of the lint:$linter script in package.json
3737
- name: 'Add custom matcher' # see https://github.com/actions/setup-node/issues/403

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: 18
25+
node-version: 24
2626
cache: 'pnpm'
2727
- name: Install dependencies
2828
run: pnpm install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@playwright/test": "1.57.0",
4242
"@tailwindcss/typography": "0.5.19",
4343
"@tailwindcss/vite": "4.0.6",
44-
"@types/node": "22.19.3",
44+
"@types/node": "24.10.4",
4545
"@types/qs": "6.14.0",
4646
"@typescript-eslint/eslint-plugin": "8.49.0",
4747
"@typescript-eslint/parser": "8.49.0",

pnpm-lock.yaml

Lines changed: 39 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)