Skip to content

Commit

Permalink
try on node12
Browse files Browse the repository at this point in the history
  • Loading branch information
Swatinem committed Mar 6, 2021
1 parent 6eefa9c commit 766115e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
strategy:
matrix:
node: [14, 15]
node: [12, 15]
os: [ubuntu-latest, windows-latest]

name: Node ${{ matrix.node }} on ${{ matrix.os }}
Expand All @@ -23,7 +23,7 @@ jobs:
# frequently hangs for whatever reason,
# and we have no platform-specific code anyway…
- name: upload coverage
if: matrix.os == 'ubuntu-latest' && matrix.node == 14
if: matrix.os == 'ubuntu-latest' && matrix.node == 15
timeout-minutes: 1
continue-on-error: true
run: bash <(curl -s https://codecov.io/bash) -t ${{secrets.CODECOV_TOKEN}} -B ${{ github.ref }} -f coverage/coverage-final.json
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"diagnostics": true,
"lib": ["esnext"],

"target": "es2020",
"target": "es2019",

"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
Expand Down

0 comments on commit 766115e

Please sign in to comment.