Skip to content

Commit

Permalink
test fixes to setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Aug 9, 2024
1 parent 693a81f commit 2788372
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2788372

Please sign in to comment.