Skip to content

Commit 235604b

Browse files
authored
Update publish.yml
1 parent c742cd0 commit 235604b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
workflow_dispatch:
1010

1111
jobs:
12-
build:
12+
publish:
1313

1414
runs-on: windows-latest
1515

@@ -18,10 +18,10 @@ jobs:
1818
- uses: nuget/setup-nuget@v1
1919
- name: setup-msbuild
2020
uses: microsoft/setup-msbuild@v1
21-
- name: Use Node.js 12
21+
- name: Use Node.js
2222
uses: actions/setup-node@v1
2323
with:
24-
node-version: 12
24+
node-version: 16
2525
registry-url: https://registry.npmjs.org/
2626

2727

0 commit comments

Comments
 (0)