Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Commit 87b6e81

Browse files
authored
Update node.js.yml
1 parent 7c5eca6 commit 87b6e81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ jobs:
1919
run: npm run build
2020
- name: Setup Chrome
2121
uses: browser-actions/setup-chrome@latest
22+
- name: Export Chrome Binary
23+
run: echo ${{ format("{0}={1} >> {2}", "CHROME_BINARY", steps.setup-chrome.outputs.chrome-path, $GITHUB_ENV) }}
2224
- name: Test
2325
run: npm test

0 commit comments

Comments
 (0)