Skip to content

Commit c5ce1d4

Browse files
authored
ci: bump node version to 20 for ci workflows (#161)
Signed-off-by: Andrea Lamparelli <[email protected]>
1 parent 8c412dc commit c5ce1d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: 18
28+
node-version: 20
2929
- name: Git config
3030
run: |
3131
git config user.name "${GITHUB_ACTOR}"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: 18
26+
node-version: 20
2727
- name: Git config
2828
run: |
2929
git config user.name "${GITHUB_ACTOR}"

0 commit comments

Comments
 (0)