feat(workflows): add scope in setup-node

This commit is contained in:
Wing-Kam Wong
2022-09-07 16:40:42 +08:00
parent 8028703bad
commit 8a8c0f3d9f

View File

@@ -48,6 +48,7 @@ jobs:
with:
node-version: 16.15.0
registry-url: 'https://registry.npmjs.org'
scope: '@nocodb'
- run: |
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} targetVersion=${{ github.event.inputs.tag || inputs.tag }} node scripts/bumpNocodbSdkVersion.js &&
cd packages/nocodb-sdk &&