Skip to content

Commit 004715f

Browse files
Merge pull request #97 from delegateas/tst/new-targets
ci: update node action to v3
2 parents 20db6d7 + aeeb1aa commit 004715f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ jobs:
3838
with:
3939
dotnet-version: '7.0.x'
4040

41-
- uses: actions/setup-node@v2
42-
with:
43-
node-version: '16'
41+
- uses: actions/setup-node@v3
4442

4543
- name: Add plugin for conventional commits
4644
run: npm install conventional-changelog-conventionalcommits

0 commit comments

Comments
 (0)