Skip to content

Commit 0125775

Browse files
committed
Run the types-scenarios checking with node 14, instead of the volta-default of 12 -- TS 5.1 does not support node 12
1 parent d1f54f3 commit 0125775

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
steps:
5151
- uses: actions/checkout@v2
5252
- uses: volta-cli/action@v1
53+
with:
54+
# TS 5.1 does not support node 12
55+
node-version: 14.x
5356
- name: install dependencies
5457
run: yarn install --frozen-lockfile
5558
- name: Swap TS Version

0 commit comments

Comments
 (0)