Skip to content

Commit 4dd08a3

Browse files
committed
ci: bump node version in release workflow
semantic-release now requires at least version 20.
1 parent 4ffce87 commit 4dd08a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dry-run-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Node.js
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: 18
31+
node-version: 20
3232
- name: Cache Node packages
3333
uses: actions/cache@v4
3434
with:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 18
21+
node-version: 20
2222
- name: Cache Node packages
2323
uses: actions/cache@v4
2424
with:

0 commit comments

Comments
 (0)