Skip to content

Commit 495c948

Browse files
committedSep 24, 2020
test: Added Node 14.x and 15.x to test jobs
1 parent 075e58a commit 495c948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/build-and-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [12.x, 13.x]
19+
node-version: [12.x, 13.x, 14.x, 15.x]
2020

2121
steps:
2222
- name: Checkout
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
run: npm run test:ci
4848
env:
49-
TEST_BROWSERSTACK: ${{ startsWith(matrix.node-version, '13') }}
49+
TEST_BROWSERSTACK: ${{ startsWith(matrix.node-version, '15') }}
5050
TEST_PROBE_ONLY: ${{ github.ref != 'refs/heads/main' }}
5151
BS_USERNAME: ${{ secrets.BS_USERNAME }}
5252
BS_ACCESSKEY: ${{ secrets.BS_ACCESSKEY }}

0 commit comments

Comments
 (0)
Please sign in to comment.