Skip to content

Commit

Permalink
test: Added Node 14.x and 15.x to test jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
cure53 committed Sep 24, 2020
1 parent 075e58a commit 495c948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 13.x]
node-version: [12.x, 13.x, 14.x, 15.x]

steps:
- name: Checkout
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
with:
run: npm run test:ci
env:
TEST_BROWSERSTACK: ${{ startsWith(matrix.node-version, '13') }}
TEST_BROWSERSTACK: ${{ startsWith(matrix.node-version, '15') }}
TEST_PROBE_ONLY: ${{ github.ref != 'refs/heads/main' }}
BS_USERNAME: ${{ secrets.BS_USERNAME }}
BS_ACCESSKEY: ${{ secrets.BS_ACCESSKEY }}

0 comments on commit 495c948

Please sign in to comment.