Skip to content

Commit d9dfdd7

Browse files
ci: Remove Node version from Release pipeline
1 parent 2130989 commit d9dfdd7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828

2929
- name: Setup Node.js
3030
uses: actions/setup-node@v1
31-
with:
32-
node-version: 13
3331

3432
- name: Add plugin for conventional commits
3533
run: npm install conventional-changelog-conventionalcommits
@@ -39,7 +37,7 @@ jobs:
3937
run: npm install @semantic-release/exec -D
4038
working-directory: ./.github/workflows
4139

42-
- name: Dry Run Semantic to get next Version nummber
40+
- name: Dry Run Semantic to get next Version number
4341
working-directory: ./.github/workflows
4442
env:
4543
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)