Skip to content

Commit

Permalink
ci(build-test): remove Node.js env setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
desmondinho authored Jul 6, 2024
1 parent c31e296 commit a4896e7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:

- name: Setup .NET Core environment
uses: actions/setup-dotnet@v4

- name: Setup NodeJS environment
uses: actions/setup-node@v4

- name: Restore .NET dependencies
run: dotnet restore
Expand Down

0 comments on commit a4896e7

Please sign in to comment.