Skip to content

Commit

Permalink
Merge pull request #48 from omnisat/hath
Browse files Browse the repository at this point in the history
lala
hathbanger authored Oct 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 53a3092 + 2b846f3 commit c0e4a6a
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -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
@@ -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
2 changes: 0 additions & 2 deletions packages/lasereyes/README.md
Original file line number Diff line number Diff line change
@@ -61,5 +61,3 @@ If you find Lasereyes useful or use it for work, please consider [sponsoring Las





0 comments on commit c0e4a6a

Please sign in to comment.