Skip to content

Commit

Permalink
CI: Add tests for RxJS 7
Browse files Browse the repository at this point in the history
Fixes #24
  • Loading branch information
aerabi committed Apr 18, 2022
1 parent 31d8119 commit 11ef4ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@ jobs:
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
rxjs-version: [6, 7]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js ${{ matrix.node-version }} and RxJS ${{ matrix.rxjs-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm install rxjs@${{ matrix.rxjs-version }}
- run: npm run build --if-present
- run: npm test
env:
Expand Down

0 comments on commit 11ef4ae

Please sign in to comment.