Skip to content

Commit 84f145f

Browse files
committed
update
chrome driver updated
1 parent 9ccec3d commit 84f145f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [19.x, 20.x, 21.x]
16+
node-version: [20.x, 21.x, 22.x]
1717

1818
steps:
1919
- uses: actions/checkout@v3

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"babel-plugin-add-module-exports": "^1.0.4",
7171
"babel-preset-env": "^0.0.0",
7272
"chai": "^4.2.0",
73-
"chromedriver": "^127.0.0",
73+
"chromedriver": "^130.0.2",
7474
"dotenv": "^16.0.3",
7575
"edgedriver": "^5.3.8",
7676
"geckodriver": "^4.2.1",

0 commit comments

Comments
 (0)