From c9267d6c9fb252ba324028e2bc1ab6c18ae34d9c Mon Sep 17 00:00:00 2001 From: martin Date: Thu, 3 Aug 2023 21:33:54 +0200 Subject: [PATCH] Added node and pnpm dependencies to pipepline --- .github/workflows/dotnet.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 27d679a..437c8a5 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -16,6 +16,11 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Use Node.js 18 + uses: actions/setup-node@v3 + - uses: pnpm/action-setup@v2 + with: + version: 8 - name: Setup .NET uses: actions/setup-dotnet@v3 with: