Skip to content

Commit 2b0f387

Browse files
committed
upgrade node version 2
1 parent 807def9 commit 2b0f387

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/test_typescript.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ jobs:
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

0 commit comments

Comments
 (0)