Skip to content

Commit b50d8b1

Browse files
chore(deps): update dependency node to v24
1 parent 5fd2e79 commit b50d8b1

File tree

8 files changed

+173
-173
lines changed

8 files changed

+173
-173
lines changed

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Node.js
2121
uses: actions/setup-node@v6
2222
with:
23-
node-version: 22
23+
node-version: 24
2424
cache: "pnpm"
2525
cache-dependency-path: pnpm-lock.yaml
2626

.github/workflows/lighthouse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Setup Node.js
1111
uses: actions/setup-node@v6
1212
with:
13-
node-version: "22"
13+
node-version: "24"
1414

1515
- name: Setup pnpm
1616
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061

.github/workflows/pa11y.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v6
1818
with:
19-
node-version: "22"
19+
node-version: "24"
2020

2121
- name: Install pnpm
2222
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
version: 10
1616
- uses: actions/setup-node@v6
1717
with:
18-
node-version: 22
18+
node-version: 24
1919
cache: "pnpm"
2020
- name: Install dependencies
2121
run: pnpm install

.github/workflows/repomix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Node.js
2929
uses: actions/setup-node@v6
3030
with:
31-
node-version: "22"
31+
node-version: "24"
3232

3333
- name: Install Repomix
3434
run: npm install -g repomix

.github/workflows/snyk-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Node.js
2929
uses: actions/setup-node@v6
3030
with:
31-
node-version: "22.x"
31+
node-version: "24.x"
3232
cache: "pnpm"
3333

3434
- name: Install dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@testing-library/react": "^16.3.0",
6666
"@testing-library/user-event": "^14.6.1",
6767
"@types/jest": "^30.0.0",
68-
"@types/node": "^24.9.1",
68+
"@types/node": "^24.9.2",
6969
"@types/react": "^19.2.2",
7070
"@types/react-dom": "^19.2.2",
7171
"@typescript-eslint/eslint-plugin": "^8.46.2",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)