Skip to content

Commit 8113cbe

Browse files
authored
Update deploy-preview.yml
Upgrade node version to 20
1 parent 428331f commit 8113cbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Setup node
9797
uses: actions/setup-node@v4
9898
with:
99-
node-version: "18"
99+
node-version: "20"
100100
cache: "yarn"
101101

102102
- name: Install dependencies
@@ -126,7 +126,7 @@ jobs:
126126
- name: Setup node
127127
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
128128
with:
129-
node-version: "18"
129+
node-version: "20"
130130
cache: "yarn"
131131

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

0 commit comments

Comments
 (0)