install node...?
This commit is contained in:
parent
18a5340f2c
commit
992599b75c
1 changed files with 5 additions and 2 deletions
|
@ -11,10 +11,13 @@ jobs:
|
|||
container:
|
||||
image: mcr.microsoft.com/dotnet/sdk:8.0
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
- name: dotnet restore
|
||||
run: dotnet restore
|
||||
- name: dotnet build
|
||||
run: dotnet build
|
||||
- name: dotnet test
|
||||
run: dotnet test
|
||||
run: dotnet test
|
||||
|
|
Loading…
Reference in a new issue