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 8
8
steps :
9
9
- uses : actions/checkout@v2
10
10
- uses : actions/setup-node@v1
11
+ with :
12
+ node-version : ' 15'
11
13
12
- - name : Run TypeScript Compiler Tests with new dom.d.ts
14
+ - name : Run TypeScript Compiler Tests with new dom.d.ts
13
15
run : |
14
16
# Get local dependencies
15
17
npm install
@@ -24,17 +26,17 @@ jobs:
24
26
25
27
cd TypeScript
26
28
npm i
27
-
29
+
28
30
29
31
# Run TypeScript's tests with the new DOM libs, but don't fail
30
32
npm test || true
31
33
gulp baseline-accept
32
34
33
- # The git diff now is the difference between tests
35
+ # The git diff now is the difference between tests
34
36
git diff > baseline-changes.diff
35
37
36
38
- name : Danger
37
39
run : npm run danger -- ci
38
- env :
40
+ env :
39
41
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
40
42
You can’t perform that action at this time.
0 commit comments