Skip to content

Commit

Permalink
ci: fix ci fail
Browse files Browse the repository at this point in the history
  • Loading branch information
luohuidong committed Jan 28, 2023
1 parent f04424e commit bf1d777
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@app-template/create-app",
"version": "1.0.13",
"version": "1.0.14",
"description": "CLI for creating new app.",
"type": "module",
"scripts": {
Expand Down

0 comments on commit bf1d777

Please sign in to comment.