Skip to content

Commit 4970772

Browse files
chore(deps): update dependency node to v20.19.5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b0db532 commit 4970772

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up Node.js
3333
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3434
with:
35-
node-version: 20.17.0
35+
node-version: 20.19.5
3636
cache: pnpm
3737

3838
- name: Install dependencies

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Node.js
3434
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3535
with:
36-
node-version: 20.17.0
36+
node-version: 20.19.5
3737
cache: pnpm
3838
registry-url: https://registry.npmjs.org/
3939

0 commit comments

Comments
 (0)