Skip to content

Commit 2be31a4

Browse files
chore(deps): update dependency node to v24
1 parent 6601129 commit 2be31a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Node
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 22
21+
node-version: 24
2222

2323
- name: Install PNPM
2424
run: npm i pnpm@latest -g

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install Node
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: 22
22+
node-version: 24
2323

2424
- name: Install PNPM
2525
run: npm i pnpm@latest -g

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Node
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: 22
25+
node-version: 24
2626

2727
- name: Install PNPM
2828
run: npm i pnpm@latest -g

0 commit comments

Comments
 (0)