Skip to content

Commit

Permalink
See #1067
Browse files Browse the repository at this point in the history
* Added NodeJS v22 to test suite
* Removed NodeJS v16 from test suite
  • Loading branch information
cure53 committed Feb 24, 2025
1 parent 6769460 commit 9f859d3
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 @@ -18,7 +18,7 @@ jobs:

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

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

0 comments on commit 9f859d3

Please sign in to comment.