Skip to content

Commit

Permalink
try v4
Browse files Browse the repository at this point in the history
  • Loading branch information
fippo committed Mar 9, 2024
1 parent 2989d73 commit e1bf48d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- browser: firefox
version: nightly
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install
- run: Xvfb :99 &
- name: e2e-tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install
- run: npm run lint-and-unit-tests

0 comments on commit e1bf48d

Please sign in to comment.