Skip to content

Commit 08eab70

Browse files
committed
Stumble through using yarn to swap out the TS Version
1 parent 63c3fb5 commit 08eab70

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
strategy:
4545
matrix:
4646
tsVersion:
47-
- 4.9
48-
- 5.0
49-
- 5.1
47+
- '~4.9'
48+
- '~5.0'
49+
- '~5.1'
5050
steps:
5151
- uses: actions/checkout@v2
5252
- uses: volta-cli/action@v1

0 commit comments

Comments
 (0)