From 2788372fce905b89df770472befd3a0e734d230f Mon Sep 17 00:00:00 2001 From: Camden Narzt Date: Fri, 9 Aug 2024 11:18:02 -0600 Subject: [PATCH] test fixes to setup-node --- .github/workflows/npm.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index daecbbb..7645ce4 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -33,15 +33,10 @@ jobs: - uses: actions/setup-node@v4 with: node-version: latest - scope: '@getargv' registry-url: https://npm.pkg.github.com/ + - cat $NPM_CONFIG_USERCONFIG - run: npm ci working-directory: getargv.js - - run: | - echo registry=https://npm.pkg.github.com/ > .npmrc - echo always-auth=true >> .npmrc - echo //npm.pkg.github.com/:_authToken=${{ github.token }} >> .npmrc - working-directory: getargv.js - run: npm publish working-directory: getargv.js env: