Skip to content

Commit 3a5cf5e

Browse files
chore(deps): update dependency node to v24
1 parent 3a78f07 commit 3a5cf5e

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
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Node
1212
uses: actions/setup-node@v4
1313
with:
14-
node-version: 20
14+
node-version: 24
1515
- name: Install pnpm
1616
uses: pnpm/action-setup@v4
1717
with:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Node
1212
uses: actions/setup-node@v4
1313
with:
14-
node-version: 20
14+
node-version: 24
1515
- name: Install pnpm
1616
uses: pnpm/action-setup@v4
1717
with:

.github/workflows/publish.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
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: 20
20+
node-version: 24
2121
- name: Install pnpm
2222
uses: pnpm/action-setup@v4
2323
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Node
1212
uses: actions/setup-node@v4
1313
with:
14-
node-version: 20
14+
node-version: 24
1515
- name: Install pnpm
1616
uses: pnpm/action-setup@v4
1717
with:

0 commit comments

Comments
 (0)