Skip to content

Commit

Permalink
lala
Browse files Browse the repository at this point in the history
  • Loading branch information
hathbanger committed Oct 12, 2024
1 parent 8bcb16b commit 2b846f3
Show file tree
Hide file tree
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
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





0 comments on commit 2b846f3

Please sign in to comment.