1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-02 08:40:08 +01:00

moving dotnet set up

This commit is contained in:
Joseph Flinn 2021-01-05 17:23:12 +00:00
parent 6de9d3912f
commit 8fd56c87c2

View File

@ -7,6 +7,11 @@ jobs:
windows:
runs-on: windows-latest
steps:
- name: Set up dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: "3.x"
- name: Set up Node
uses: actions/setup-node@v1
with:
@ -16,11 +21,6 @@ jobs:
run: echo "NODE_OPTIONS=--max_old_space_size=4096" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
shell: pwsh
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: "3.x"
- name: Print environment
run: |
node --version