|
@@ -25,8 +25,8 @@ jobs:
|
|
git config user.name "${GITHUB_ACTOR}"
|
|
git config user.name "${GITHUB_ACTOR}"
|
|
git config user.email "alvaro.saburido@gmail.com"
|
|
git config user.email "alvaro.saburido@gmail.com"
|
|
- name: Initialise the NPM config
|
|
- name: Initialise the NPM config
|
|
- run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
|
|
|
|
- env:
|
|
|
|
|
|
+ run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
|
|
|
|
+ env:
|
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
|
- name: Install dependencies
|
|
- name: Install dependencies
|
|
run: pnpm install
|
|
run: pnpm install
|