Skip to content

Commit 921a4fc

Browse files
Update dependency node to v20.19.1 (#220)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
1 parent 97f9e01 commit 921a4fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: setup node
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: "20.19.0"
34+
node-version: "20.19.1"
3535
cache: "pnpm"
3636

3737
# Why do we explicitly do pnpm install here and not use "run_install: true" above in the pnpm setup?
@@ -72,7 +72,7 @@ jobs:
7272
- name: setup node
7373
uses: actions/setup-node@v4
7474
with:
75-
node-version: "20.19.0"
75+
node-version: "20.19.1"
7676
cache: "pnpm"
7777

7878
# Why do we explicitly do pnpm install here and not use "run_install: true" above in the pnpm setup?

.github/workflows/create-versioning-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: setup node
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version: "20.19.0"
35+
node-version: "20.19.1"
3636
cache: "pnpm"
3737

3838
# Why do we explicitly do pnpm install here and not use "run_install: true" above in the pnpm setup?

0 commit comments

Comments
 (0)