Skip to content

Commit 9185f57

Browse files
Update setup-node
1 parent e1ed8dc commit 9185f57

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ jobs:
3434
with:
3535
dotnet-version: '5.0.x'
3636

37-
- name: Setup Node.js
38-
uses: actions/setup-node@v1
37+
- uses: actions/setup-node@v2
38+
with:
39+
node-version: '14'
3940

4041
- name: Add plugin for conventional commits
4142
run: npm install conventional-changelog-conventionalcommits

0 commit comments

Comments
 (0)