Skip to content

Commit

Permalink
⬆️ Upgrading dependencies.
Browse files Browse the repository at this point in the history
💚 Fixing CI Build.

Signed-off-by: zhanghengxin <[email protected]>
  • Loading branch information
zhanghengxin committed Jul 10, 2023
1 parent 898327c commit d9b136e
Show file tree
Hide file tree
Showing 3 changed files with 357 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_test_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: echo ${{ env.VERSION }}
# run: echo ${{ steps.get_version.outputs.VERSION }}

- run: yarn install --frozen-lockfile
- run: yarn install
- run: yarn build
- run: |
tar -zcvf linux-all-casaos-${{ env.VERSION }}.tar.gz build
Expand Down
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,14 @@
"main",
"packages/*"
],
"dependencies": {
"csslint": "^1.0.5",
"htmlhint": "^1.1.4",
"jshint": "^2.13.6",
"jsonlint": "^1.6.3"
},
"devDependencies": {
"turbo": "1.10.7"
"turbo": "1.10.3"
},
"browserslist": [
"> 1%",
Expand Down
Loading

0 comments on commit d9b136e

Please sign in to comment.