Skip to content

Commit

Permalink
push to 20 again
Browse files Browse the repository at this point in the history
  • Loading branch information
DellaBitta committed Mar 8, 2024
1 parent 9d6011c commit f517cba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@master
- name: Set up Node (18)
- name: Set up Node (20)
uses: actions/setup-node@master
with:
node-version: 18.x
node-version: 20.x
- name: install Chrome stable
run: |
sudo apt-get update
Expand Down

0 comments on commit f517cba

Please sign in to comment.