Skip to content

Commit 8ac76f2

Browse files
committed
Fix GitHub Actions: Update Node.js version to 20 for Vite legacy plugin compatibility
1 parent 433a56d commit 8ac76f2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v4
1616

17-
- name: Setup Node.js
18-
uses: actions/setup-node@v4
19-
with:
20-
node-version: "18"
21-
cache: "yarn"
17+
- name: Setup Node.js
18+
uses: actions/setup-node@v4
19+
with:
20+
node-version: "20"
21+
cache: "yarn"
2222

2323
- name: Install dependencies
2424
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)