Skip to content

Commit

Permalink
tests(ci): bump node to fix windows latency failure (#15162)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Jun 13, 2023
1 parent 18a8c28 commit 4d06305
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,11 @@ jobs:
- name: git clone
uses: actions/checkout@v2

- name: Use Node.js 16.x
# Use Node 18 here earlier than everywhere else, see https://github.com/GoogleChrome/lighthouse/issues/15160#issuecomment-1589913408
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x

- name: Define ToT chrome path
run: echo "CHROME_PATH=${env:GITHUB_WORKSPACE}\chrome-win\chrome.exe" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf-8 -Append
Expand Down

0 comments on commit 4d06305

Please sign in to comment.