Skip to content

Commit 54494a0

Browse files
chore(deps): update dependency node to v24.13.1
1 parent 838a1c6 commit 54494a0

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run_install: false
2020
- uses: actions/setup-node@v6
2121
with:
22-
node-version: '24.13.0'
22+
node-version: '24.13.1'
2323
cache: 'pnpm'
2424
- run: pnpm install
2525
- uses: actions/cache@v5

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run_install: false
2727
- uses: actions/setup-node@v6
2828
with:
29-
node-version: '24.13.0'
29+
node-version: '24.13.1'
3030
cache: 'pnpm'
3131

3232
- run: pnpm install

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run_install: false
4949
- uses: actions/setup-node@v6
5050
with:
51-
node-version: "24.13.0"
51+
node-version: "24.13.1"
5252
cache: "pnpm"
5353
- run: pnpm install
5454
- run: pnpm build

.github/workflows/review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run_install: false
2121
- uses: actions/setup-node@v6
2222
with:
23-
node-version: '24.13.0'
23+
node-version: '24.13.1'
2424
cache: pnpm
2525
- name: Setup reviewdog
2626
uses: reviewdog/action-setup@v1.5.0
@@ -45,7 +45,7 @@ jobs:
4545
run_install: false
4646
- uses: actions/setup-node@v6
4747
with:
48-
node-version: '24.13.0'
48+
node-version: '24.13.1'
4949
cache: pnpm
5050
- name: Setup reviewdog
5151
uses: reviewdog/action-setup@v1.5.0

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run_install: false
2020
- uses: actions/setup-node@v6
2121
with:
22-
node-version: '24.13.0'
22+
node-version: '24.13.1'
2323
cache: 'pnpm'
2424
- run: pnpm install
2525
- uses: actions/cache@v5

0 commit comments

Comments
 (0)