mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-27 07:58:45 +03:00
Update npm version of @playwright/test
to fix failed test in GitHub Actions
This commit is contained in:
parent
dbd24a579f
commit
48c221b50b
2
.github/workflows/test-ci.yml
vendored
2
.github/workflows/test-ci.yml
vendored
@ -19,5 +19,5 @@ jobs:
|
|||||||
- name: Run the test
|
- name: Run the test
|
||||||
run: |
|
run: |
|
||||||
npm ci
|
npm ci
|
||||||
npx playwright install
|
npx playwright install --with-deps
|
||||||
npm test
|
npm test
|
||||||
|
2523
package-lock.json
generated
2523
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -220,7 +220,7 @@
|
|||||||
"@babel/parser": "7.15.8",
|
"@babel/parser": "7.15.8",
|
||||||
"@babel/traverse": "7.23.2",
|
"@babel/traverse": "7.23.2",
|
||||||
"@jazzer.js/core": "^1.4.0",
|
"@jazzer.js/core": "^1.4.0",
|
||||||
"@playwright/test": "~1.32.2",
|
"@playwright/test": "^1.49.0",
|
||||||
"@types/node": "^22.9.1",
|
"@types/node": "^22.9.1",
|
||||||
"@types/node-fetch": "^2.6.12",
|
"@types/node-fetch": "^2.6.12",
|
||||||
"jshint": "~2.13.6",
|
"jshint": "~2.13.6",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user