Skip to content

Commit 8b61424

Browse files
committed
local
1 parent a8eb7ef commit 8b61424

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pipelines/azure-build-ts.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
displayName: "Build TypeScript Project"
3232
strategy:
3333
matrix:
34-
node_20:
34+
node_22:
3535
nodeVersion: "22"
3636
steps:
3737
- checkout: TypeAgent-GH
@@ -70,8 +70,8 @@ jobs:
7070
workingDirectory: $(workingDirectory)
7171
7272
- script: |
73-
npm run test
74-
displayName: "Run Tests"
73+
npm run test:local
74+
displayName: "Run Tests (Local)"
7575
workingDirectory: $(workingDirectory)
7676
7777
- script: |

0 commit comments

Comments
 (0)