Skip to content

Commit 97b36a7

Browse files
committed
pin chrome version in noCI tests to 146.0.7649.0
1 parent a6a10f9 commit 97b36a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616

1717
steps:
1818
- uses: browser-actions/setup-chrome@v1
19+
with:
20+
chrome-version: 146.0.7649.0
1921
- uses: actions/checkout@v4
2022
- name: Use Node.js ${{ matrix.node-version }}
2123
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)