Skip to content

Commit cff0fd1

Browse files
chore(deps): update dependency node to v24
1 parent 50b367c commit cff0fd1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Node.js
1818
uses: actions/setup-node@v6
1919
with:
20-
node-version: 22.x
20+
node-version: 24.x
2121
- name: Set up PNPM
2222
run: corepack enable
2323
- run: pnpm install

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Node.js
1818
uses: actions/setup-node@v6
1919
with:
20-
node-version: 22.x
20+
node-version: 24.x
2121
- name: Set up PNPM
2222
run: corepack enable
2323
- run: pnpm install

.github/workflows/typecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Node.js
1818
uses: actions/setup-node@v6
1919
with:
20-
node-version: 22.x
20+
node-version: 24.x
2121
- name: Set up PNPM
2222
run: corepack enable
2323
- run: pnpm install

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Node.js
1818
uses: actions/setup-node@v6
1919
with:
20-
node-version: 22.x
20+
node-version: 24.x
2121
- name: Set up PNPM
2222
run: corepack enable
2323
- run: pnpm install

0 commit comments

Comments
 (0)