ci: update workflows config.

This commit is contained in:
jaywcjlove 2023-12-06 23:40:49 +08:00
parent 7e8f89418c
commit 75830aa8bc

View File

@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- run: npm install
- run: npm run build