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

Commit ee259d6

Browse files
authored
Update node.js.yml
1 parent e6bd7d0 commit ee259d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- name: Setup Chrome
2121
uses: browser-actions/setup-chrome@latest
2222
- name: Export Chrome Binary
23-
run: export ${{ format('CHROME_BINARY={1} >> {2}', steps.setup-chrome.outputs.chrome-path, $GITHUB_ENV) }}
23+
run: export ${{ format('CHROME_BINARY={1}', steps.setup-chrome.outputs.chrome-path) }}
2424
- name: Test
2525
run: npm test

0 commit comments

Comments
 (0)