Skip to content

Commit ca23062

Browse files
authored
try to run TypeScript CI on windows
1 parent 1739a54 commit ca23062

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797

9898
typescript:
9999
name: TypeScript
100-
runs-on: ubuntu-latest
100+
runs-on: windows-latest
101101
steps:
102102
- name: Checkout repository
103103
uses: actions/checkout@v2
@@ -110,7 +110,7 @@ jobs:
110110
- run: npm ci
111111
working-directory: ./editors/code
112112

113-
- run: npm audit || { sleep 10 && npm audit; } || { sleep 30 && npm audit; }
113+
- run: npm audit # || { sleep 10 && npm audit; } || { sleep 30 && npm audit; }
114114
working-directory: ./editors/code
115115

116116
- run: npm run lint

0 commit comments

Comments
 (0)