Skip to content

Commit 0971806

Browse files
committed
Added chrome
1 parent 0545d07 commit 0971806

File tree

3 files changed

+660
-465
lines changed

3 files changed

+660
-465
lines changed

.github/workflows/nodejs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ jobs:
1919
node-version: [10.x, 12.x]
2020

2121
steps:
22+
- uses: browser-actions/setup-chrome@latest
2223
- uses: actions/checkout@v2
2324
- name: Use Node.js ${{ matrix.node-version }}
2425
uses: actions/setup-node@v1
2526
with:
2627
node-version: ${{ matrix.node-version }}
28+
- run: chrome --version
2729
- run: npm ci
2830
- run: npm run build --if-present
2931
- run: npm test

0 commit comments

Comments
 (0)