Skip to content

Commit

Permalink
chore(ci): Adds Node.js v22 to build and updates browserstack env
Browse files Browse the repository at this point in the history
lupomontero committed Nov 7, 2024
1 parent 0a81bb0 commit 9af3aa3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12, 14, 16, 18, 20]
node-version: [12, 14, 16, 18, 20, 22]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
@@ -27,10 +27,10 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: 22
cache: npm
- run: npm ci
- run: npm run test:browserstack
env:
BROWSERSTACK_USER: ${{ secrets.BROWSERSTACK_USER }}
BROWSERSTACK_KEY: ${{ secrets.BROWSERSTACK_KEY }}
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}

0 comments on commit 9af3aa3

Please sign in to comment.