Skip to content

Commit b7f5a97

Browse files
author
dacodev
committed
ci: add node 20 install for semantic release req
1 parent 04ef2c4 commit b7f5a97

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release_wf.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@ on:
44
- main
55

66
jobs:
7+
78
create_release:
89
name: Creating a Release
910
runs-on: ubuntu-latest
1011
steps:
12+
- name: Setup Node.js environment
13+
uses: actions/[email protected]
14+
with:
15+
node-version: 20.x
16+
1117
- name: Checkout the code
1218
uses: actions/checkout@v2
1319
with:

0 commit comments

Comments
 (0)