chore: use Node@20 to build

This commit is contained in:
Yang Jun
2024-04-28 23:17:01 +08:00
committed by Jun Yang
parent 2b630353c4
commit 76a7fb738e
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '20'
- name: Build
run: |
npm ci