install node...?

This commit is contained in:
Nick Seguin 2023-12-04 19:29:47 -06:00
parent 18a5340f2c
commit 992599b75c

View file

@ -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