updated node version

This commit is contained in:
Frank Lee 2024-04-27 12:27:30 +08:00
parent 8f26261c96
commit d0ad3a8300

View file

@ -18,7 +18,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18.6
node-version: 20
- run: npm install
- run: npm run build