Skip to content

Commit 3e07a62

Browse files
authored
chore: Update multiple vulnerable dependencies (#1694)
1 parent 0b529d1 commit 3e07a62

File tree

6 files changed

+8493
-5502
lines changed

6 files changed

+8493
-5502
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ jobs:
282282

283283
# Note: here, `npx create` fails on windows if shell is bash.
284284
- name: Instantiate sample project using verdaccio artifacts
285-
run: node scripts/init-from-verdaccio.js --registry-dir ./tmp/registry --sample https://github.com/temporalio/samples-typescript/tree/next/${{ matrix.sample }} --target-dir ${{ runner.temp }}/example
285+
run: node scripts/init-from-verdaccio.js --registry-dir ./tmp/registry --sample ${{ matrix.sample }} --target-dir ${{ runner.temp }}/example
286286

287287
- name: Install Temporal CLI
288288
if: matrix.server == 'cli'

0 commit comments

Comments
 (0)