Skip to content

Commit d2baaa5

Browse files
committed
Bring back 'npm ci'.
1 parent 71a68b2 commit d2baaa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-ts-sdk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
node-version: '20'
2323
registry-url: 'https://registry.npmjs.org'
2424

25-
# - name: Install dependencies
26-
# run: npm ci
25+
- name: Install dependencies
26+
run: npm ci
2727

2828
#################################
2929
# npm

0 commit comments

Comments
 (0)