Skip to content

Commit

Permalink
ci: change github action
Browse files Browse the repository at this point in the history
  • Loading branch information
luohuidong committed Jan 28, 2023
1 parent 81323d6 commit bc2d1b2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- run: git submodule sync
- run: git submodule update --init --recursive

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm run build
Expand Down

0 comments on commit bc2d1b2

Please sign in to comment.