Skip to content

Commit 9f859d3

Browse files
committed
See #1067
* Added NodeJS v22 to test suite * Removed NodeJS v16 from test suite
1 parent 6769460 commit 9f859d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

1919
strategy:
2020
matrix:
21-
node-version: [16.x, 17.x, 18.x, 19.x, 20.x, 21.x]
21+
node-version: [17.x, 18.x, 19.x, 20.x, 21.x, 22.x]
2222

2323
steps:
2424
- name: Checkout
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
run: npm run test:ci
4141
env:
42-
TEST_BROWSERSTACK: ${{ startsWith(matrix.node-version, '21') }}
42+
TEST_BROWSERSTACK: ${{ startsWith(matrix.node-version, '22') }}
4343
TEST_PROBE_ONLY: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/2.x' }}
4444
BS_USERNAME: ${{ secrets.BS_USERNAME }}
4545
BS_ACCESSKEY: ${{ secrets.BS_ACCESSKEY }}

0 commit comments

Comments
 (0)