Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GraziellePinheiro authored Aug 22, 2024
1 parent a22bd7f commit f30262e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
Expand-Archive -Path chromedriver_win32.zip -DestinationPath C:\drivers\chocolatey\bin
[System.IO.File]::Move('C:\drivers\chocolatey\bin\chromedriver.exe', 'C:\drivers\chocolatey\bin\chromedriver.exe')
- name: Set environment variable for Node 20
run: echo "FORCE_JAVASCRIPT_ACTIONS_TO_NODE20=true" >> $GITHUB_ENV
- name: Set up Node.js 20
uses: actions/setup-node@v3
with:
node-version: '20'

- name: Run tests
run: |
Expand Down

0 comments on commit f30262e

Please sign in to comment.