Skip to content

Commit

Permalink
add badge + node 14 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Jul 30, 2023
1 parent 0b675b3 commit a8ad83d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ jobs:
os:
- 'ubuntu-latest'
node_version:
- '16'
- '14'
- '18'
runs-on: ${{ matrix.os }}
env:
REPORT_COVERAGE: ${{ fromJSON('["false", "true"]')[matrix.node_version == '16' && matrix.os == 'ubuntu-latest'] }}
REPORT_COVERAGE: ${{ fromJSON('["false", "true"]')[matrix.node_version == '14' && matrix.os == 'ubuntu-latest'] }}
EXCLUDE_RACE_TESTS: true
steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
- [Usage](#usage)
- [API]

[![Build Status](https://github.com/vitaly-t/iter-ops/workflows/ci/badge.svg?branch=master)](https://github.com/vitaly-t/iter-ops/actions?query=workflow%3Aci+branch%3Amaster)

## About

Basic operations on [synchronous] + [asynchronous] iterables, strictly for JavaScript native types.
Expand Down

0 comments on commit a8ad83d

Please sign in to comment.