We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aae766 commit 56a93a8Copy full SHA for 56a93a8
1 file changed
.github/workflows/samples-typescript-client.yaml
@@ -71,7 +71,7 @@ jobs:
71
fail-fast: false
72
matrix:
73
node:
74
- - "18.x"
+ #- "18.x"
75
- "20.x"
76
sample:
77
- samples/client/others/typescript-angular/
@@ -113,9 +113,6 @@ jobs:
113
- name: npm install
114
working-directory: ${{ matrix.sample }}
115
run: npm install
116
- - name: npm run build
117
- working-directory: ${{ matrix.sample }}
118
- run: npm run build
119
- name: npm test
120
121
run: npm test
0 commit comments