Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beatfactor authored Nov 11, 2022
1 parent a311e13 commit 43fedb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -19,6 +19,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- name: Run Nightwatch component tests
run: npm test -- --headless
run: npm test
- name: Run Nightwatch e2e tests
run: npm run test:e2e -- --env e2e.chrome --headless
run: npm run test:e2e

0 comments on commit 43fedb0

Please sign in to comment.