Skip to content
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

lala #48

Merged
merged 1 commit into from
Oct 12, 2024
Merged

lala #48

Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18 # Update Node.js to version 18 or higher

- name: Setup pnpm
uses: pnpm/action-setup@v2
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Fetch all branches
run: git fetch --all

# Check if already in pre-release mode on dev
# Check if already in pre-release mode on dev and exit if necessary
- name: Check pre-release mode
run: |
if pnpm changeset status | grep -q "pre mode"; then
Expand Down
2 changes: 0 additions & 2 deletions packages/lasereyes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,3 @@ If you find Lasereyes useful or use it for work, please consider [sponsoring Las





Loading