Skip to content

Commit d544f97

Browse files
committed
adding scope in setupnode step in deploy action
1 parent ec4fc8b commit d544f97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-and-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ jobs:
2424
uses: actions/setup-node@v2
2525
with:
2626
node-version: 16.x
27+
scope: '@kv'
2728

2829
- name: Install dependencies
29-
run: npm install
30+
run: npm ci
3031

3132
- name: Run tests
3233
run: npm run test

0 commit comments

Comments
 (0)