We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 022674e commit d823cafCopy full SHA for d823caf
1 file changed
.github/workflows/test.yml
@@ -15,12 +15,14 @@ jobs:
15
node-version: [18.x]
16
17
steps:
18
+ - uses: browser-actions/setup-chrome@v1
19
- uses: actions/checkout@v4
20
- name: Use Node.js ${{ matrix.node-version }}
21
uses: actions/setup-node@v4
22
with:
23
node-version: ${{ matrix.node-version }}
24
cache: 'npm'
25
+ - run: chrome --version
26
- run: ls
27
- run: npm run pretest
28
- run: npm ci
0 commit comments