Skip to content

Commit 428331f

Browse files
authored
Update deploy-live.yml
Upgrade node version to 20
1 parent 7b095ca commit 428331f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-live.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup node
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: "18"
20+
node-version: "20"
2121
cache: "yarn"
2222

2323
- name: Install dependencies
@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup node
4747
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
4848
with:
49-
node-version: "18"
49+
node-version: "20"
5050
cache: "yarn"
5151

5252
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4

0 commit comments

Comments
 (0)