Added dependency step to build.
Some checks failed
Pack and Push NuGet Package / publish (push) Failing after 53s
Some checks failed
Pack and Push NuGet Package / publish (push) Failing after 53s
This commit is contained in:
@ -11,6 +11,13 @@ jobs:
|
||||
image: mcr.microsoft.com/dotnet/sdk:9.0
|
||||
|
||||
steps:
|
||||
- name: Install Node.js and dependencies
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y curl gnupg
|
||||
curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
|
||||
apt-get install -y nodejs git
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user