-
Notifications
You must be signed in to change notification settings - Fork 255
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
release 2.0 #216
release 2.0 #216
Conversation
chore: update v2
chore: add clean script
chore: lock @biomejs/biome version
🦋 Changeset detectedLatest commit: 8e68916 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@chouchouji Let us review again for this. |
I have update the code and test, you can see there why the test is changed. |
LGTM |
I think we should update release ci. |
- uses: pnpm/action-setup@v4
with:
version: 9
- name: Setup Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install Dependencies
run: pnpm i |
No description provided.