This commit is contained in:
Piotr Rogowski 2024-04-29 22:14:29 +02:00
parent 192f9e9193
commit 793366bb3f
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
1 changed files with 3 additions and 2 deletions

View File

@ -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