不要怂,就是干,撸起袖子干!

Commit 2608cf15 by papb

ci(typings): fix tests for TS typings in TS 4.0

1 parent c8ca9b22
Showing with 1 additions and 1 deletions
...@@ -22,7 +22,7 @@ jobs: ...@@ -22,7 +22,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
ts-version: [3.9, 4.0, 4.1] ts-version: ['3.9', '4.0', '4.1']
name: TS Typings (${{ matrix.ts-version }}) name: TS Typings (${{ matrix.ts-version }})
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!