Skip to content

Commit

Permalink
Fix run
Browse files Browse the repository at this point in the history
  • Loading branch information
karniv00l committed Apr 29, 2024
1 parent 192f9e9 commit 793366b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ inputs:
runs:
using: composite
steps:
- name: Validate
uses: actions/setup-node@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'npm'
- name: Validate
shell: bash
run: |
NPM_GITHUB_TOKEN=${{ inputs.github-token }}
echo -e "@hyper-tuner:registry=https://npm.pkg.github.com\n//npm.pkg.github.com/:_authToken=${NPM_GITHUB_TOKEN}" > .npmrc
Expand Down

0 comments on commit 793366b

Please sign in to comment.