Skip to content

Commit

Permalink
Revert "chore: update visual test to Node V16"
Browse files Browse the repository at this point in the history
This reverts commit 4c5ceec.
  • Loading branch information
DiegoCardoso committed Oct 24, 2024
1 parent 4c5ceec commit 36ba400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/visual-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
name: Polymer 2 on SauceLabs
runs-on: ubuntu-latest
steps:
- name: Set up Node 16.x
- name: Set up Node 14.x
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 14.x

- name: Check out the source code
uses: actions/checkout@v4
Expand Down

0 comments on commit 36ba400

Please sign in to comment.