Skip to content

Commit c1d8b8f

Browse files
committed
Try pulling out chrome from test-src
1 parent 87a7909 commit c1d8b8f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-src.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ jobs:
1818
python-version: ["3.8", "3.9", "3.10"]
1919
steps:
2020
- uses: actions/checkout@v3
21-
- uses: browser-actions/setup-chrome@v1
2221
- uses: actions/setup-node@v3
2322
with:
24-
node-version: "14"
23+
node-version: "14.x"
2524
- name: Use Python ${{ matrix.python-version }}
2625
uses: actions/setup-python@v4
2726
with:

0 commit comments

Comments
 (0)