fix actions.

This commit is contained in:
2023-09-04 11:48:55 +08:00
parent 1975be26be
commit 345203dce2
2 changed files with 3 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "current"
node-version: "20"
cache: "npm"
- run: npm install
- run: npm run build