Skip to content

Commit

Permalink
chore: Upgrade visual resgression script to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldowseza committed Oct 22, 2024
1 parent ea82360 commit fa99c2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/visual-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
if: github.event.ref != 'refs/heads/main'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: "npm"
- name: "Get reference run id"
run: |
Expand Down Expand Up @@ -49,9 +49,9 @@ jobs:
if: github.event.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: "npm"
- run: npm install
- run: npm run build
Expand Down

0 comments on commit fa99c2a

Please sign in to comment.