From 06c7bab06c9d1c26fee3df4d3f375ccb3f019dea Mon Sep 17 00:00:00 2001 From: Greg Frasco Date: Wed, 26 Jul 2023 15:26:26 -0400 Subject: [PATCH] fix: create npmrc file --- .github/workflows/client.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index 50c437a..eedb08d 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -26,7 +26,7 @@ jobs: with: node-version: 20 - name: Authenticate with GitHub Packages - run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc + run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> .npmrc - name: Install dependencies run: npm ci