Skip to content

Commit

Permalink
bump github workflow and travis-multirunner deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fippo committed Feb 17, 2023
1 parent ba78bc8 commit 66671f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- browser: firefox
version: esr
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- 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@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm install
- run: npm run lint-and-unit-tests
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
"mocha": "^10.1.0",
"sinon": "^2.2.0",
"sinon-chai": "^2.14.0",
"travis-multirunner": "^4.6.0"
"travis-multirunner": "^5.0.1"
}
}

0 comments on commit 66671f6

Please sign in to comment.