Skip to content

Commit 56a93a8

Browse files
committed
update
1 parent 4aae766 commit 56a93a8

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/samples-typescript-client.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
fail-fast: false
7272
matrix:
7373
node:
74-
- "18.x"
74+
#- "18.x"
7575
- "20.x"
7676
sample:
7777
- samples/client/others/typescript-angular/
@@ -113,9 +113,6 @@ jobs:
113113
- name: npm install
114114
working-directory: ${{ matrix.sample }}
115115
run: npm install
116-
- name: npm run build
117-
working-directory: ${{ matrix.sample }}
118-
run: npm run build
119116
- name: npm test
120117
working-directory: ${{ matrix.sample }}
121118
run: npm test

0 commit comments

Comments
 (0)