Skip to content

Commit

Permalink
Update node version for tests and add dev branch for PRs.
Browse files Browse the repository at this point in the history
  • Loading branch information
srpiatt committed Feb 8, 2024
1 parent 753fd07 commit 34e3338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ on:
push:
branches: [main, dev]
pull_request:
branches: [main]
branches: [main, dev]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
Expand Down

0 comments on commit 34e3338

Please sign in to comment.