Skip to content

Commit 54e3a82

Browse files
committed
test: adding Node 17, feeling lucky today
1 parent 6b640a5 commit 54e3a82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [14.x, 15.x, 16.x]
19+
node-version: [14.x, 15.x, 16.x, 17.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, '15') }}
49+
TEST_BROWSERSTACK: ${{ startsWith(matrix.node-version, '17') }}
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)