bump
This commit is contained in:
1
.github/workflows/node-cicd.yml
vendored
1
.github/workflows/node-cicd.yml
vendored
@ -21,7 +21,6 @@ jobs:
|
||||
echo "src=$(git diff --name-only origin/${{ github.ref_name }}~1 src| tr '\n' ' ')" >> $GITHUB_OUTPUT
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
if: ${{ steps.diff.outputs.src }}
|
||||
with:
|
||||
node-version: '22'
|
||||
registry-url: ${{ github.server_url != 'https://github.com' && format('{0}/api/packages/{1}/npm/', github.server_url, github.repository_owner) || 'https://npm.pkg.github.com' }}
|
||||
|
||||
Reference in New Issue
Block a user