Skip to content

Commit 89b6670

Browse files
committed
fix: Update Node.js version to 20 in CI
1 parent 9fb575c commit 89b6670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Set up Node.js
4343
uses: actions/setup-node@v4
4444
with:
45-
node-version: 18 # 您可以根據專案需求更改 Node.js 版本
45+
node-version: 20 # 您可以根據專案需求更改 Node.js 版本
4646
cache: 'npm'
4747

4848
# 步驟 3: 安裝依賴套件

0 commit comments

Comments
 (0)