Skip to content

Commit

Permalink
Merge pull request #298 from libplctag/timyhac-patch-1
Browse files Browse the repository at this point in the history
Update build actions for Node12 deprecation
  • Loading branch information
timyhac committed Nov 1, 2022
2 parents 9122447 + fe75b4e commit c6326cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
lfs: true

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1
uses: microsoft/setup-msbuild@v1.1

- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x

Expand Down

0 comments on commit c6326cd

Please sign in to comment.