Skip to content

Commit 2aa88d5

Browse files
chore: Upgrade visual resgression script to node 20 (#50)
1 parent f4d8246 commit 2aa88d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/visual-regression.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
if: github.event.ref != 'refs/heads/main'
1919
steps:
2020
- uses: actions/checkout@v4
21-
- uses: actions/setup-node@v3
21+
- uses: actions/setup-node@v4
2222
with:
23-
node-version: 18
23+
node-version: 20
2424
cache: "npm"
2525
- name: "Download artifacts"
2626
# Turns out you can not use artifacts from a previous workflow run.
@@ -47,9 +47,9 @@ jobs:
4747
if: github.event.ref == 'refs/heads/main'
4848
steps:
4949
- uses: actions/checkout@v4
50-
- uses: actions/setup-node@v3
50+
- uses: actions/setup-node@v4
5151
with:
52-
node-version: 18
52+
node-version: 20
5353
cache: "npm"
5454
- run: npm install
5555
- run: npm run build

0 commit comments

Comments
 (0)