From 98bb86c2f5dce1fc2aac4673b79e03217f755331 Mon Sep 17 00:00:00 2001 From: alexkar598 <25136265+alexkar598@users.noreply.github.com> Date: Tue, 26 Oct 2021 22:08:59 -0400 Subject: [PATCH] sudo make me a sandwich --- .github/workflows/ci-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index fb848f92c6..d50673c9e0 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -135,7 +135,7 @@ jobs: node-version: 12.x - name: Upgrade NPM - run: npm install -g npm + run: sudo npm install -g npm - name: Setup dotnet uses: actions/setup-dotnet@v1