test:lock serve version

This commit is contained in:
黄云飞
2022-11-10 14:30:20 +08:00
parent 1d9300d84a
commit b2d35e9080
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- run: npm i yarn serve -g - run: npm i yarn serve@14.0.1 -g
- run: yarn - run: yarn
- run: yarn run build - run: yarn run build
- run: mv dist canvas-editor - run: mv dist canvas-editor