chore: use Node@20 to build

This commit is contained in:
Yang Jun
2024-04-28 23:13:12 +08:00
parent 52a3059727
commit 2331da37a9
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '20'
- name: Download artifacts
uses: actions/download-artifact@v3
with: