bump
This commit is contained in:
2
.github/workflows/node-cicd.yml
vendored
2
.github/workflows/node-cicd.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
scope: ${{ github.repository_owner }}
|
scope: ${{ github.repository_owner }}
|
||||||
token: ${{ secrets.ACTIONS_TOKEN || github.token }}
|
token: ${{ secrets.ACTIONS_TOKEN || github.token }}
|
||||||
|
|
||||||
- run: npm ci
|
- run: npm ci || npm i
|
||||||
if: ${{ steps.diff.outputs.src }}
|
if: ${{ steps.diff.outputs.src }}
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.ACTIONS_TOKEN || github.token }}
|
NODE_AUTH_TOKEN: ${{ secrets.ACTIONS_TOKEN || github.token }}
|
||||||
|
|||||||
Reference in New Issue
Block a user