8000 feat: add `--eslint-with-oxlint` and `--prettier` feature flags by haoqunjiang · Pull Request #682 · vuejs/create-vue · GitHub
[go: up one dir, main page]

Skip to content

feat: add --eslint-with-oxlint and --prettier feature flags #682

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: try artifact v3 actions
  • Loading branch information
haoqunjiang committed Feb 9, 2025
commit b51c03385b36a6c5f0c45caf10bee6aee642b467
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# Use artifact to share the output across different jobs
# No need to save node_modules because they are all bundled
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: build-output
path: |
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
cache: 'pnpm'

# use artifacts to share the playground across different jobs
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
name: build-output

Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
cache: 'pnpm'

# use artifacts to share the playground across different jobs
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
name: build-output

Expand Down
Loading
0