File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 88 steps :
99 - uses : actions/checkout@v2
1010 - uses : actions/setup-node@v1
11+ with :
12+ node-version : ' 15'
1113
12- - name : Run TypeScript Compiler Tests with new dom.d.ts
14+ - name : Run TypeScript Compiler Tests with new dom.d.ts
1315 run : |
1416 # Get local dependencies
1517 npm install
@@ -24,17 +26,17 @@ jobs:
2426
2527 cd TypeScript
2628 npm i
27-
29+
2830
2931 # Run TypeScript's tests with the new DOM libs, but don't fail
3032 npm test || true
3133 gulp baseline-accept
3234
33- # The git diff now is the difference between tests
35+ # The git diff now is the difference between tests
3436 git diff > baseline-changes.diff
3537
3638 - name : Danger
3739 run : npm run danger -- ci
38- env :
40+ env :
3941 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4042
You can’t perform that action at this time.
0 commit comments