Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Aug 14, 2024
1 parent f4d431e commit 071f27c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
- uses: pnpm/[email protected]
with:
version: 9.x.x
run_install: true
- run: pnpm run build
- run: pnpm run test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x

- run: npm run build
- run: npx changelogithub # or [email protected] if ensure the stable result
Expand Down

0 comments on commit 071f27c

Please sign in to comment.