diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f5813c86..6b02b9b8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/packages/lasereyes/README.md b/packages/lasereyes/README.md index 4325084b..af85e287 100644 --- a/packages/lasereyes/README.md +++ b/packages/lasereyes/README.md @@ -61,5 +61,3 @@ If you find Lasereyes useful or use it for work, please consider [sponsoring Las - -