Skip to content

Commit c945750

Browse files
authored
ci: use Node.js v20 for release workflow
1 parent ca92101 commit c945750

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,11 @@ jobs:
8585
contents: write
8686
steps:
8787
- name: Checkout
88-
id: checkout
8988
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
89+
- name: Setup Node.js
90+
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
91+
with:
92+
node-version: 20
9093
- run: npx semantic-release
9194
env:
9295
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)