diff --git a/.changeset/config.json b/.changeset/config.json index ae82eba..d4dfac0 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -4,7 +4,7 @@ "commit": false, "fixed": [], "linked": [], - "access": "restricted", + "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", "ignore": [] diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 760b7ee..4d4cfdf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: version: 9 - uses: actions/setup-node@v3 with: - node-version: 20.x + node-version: 22.x cache: "pnpm" - run: pnpm install --frozen-lockfile diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6341ba2..cb775e4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: version: 7 - uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 22.x cache: "pnpm" - run: pnpm install --frozen-lockfile diff --git a/package.json b/package.json index ddcb05b..051d414 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", + "private": "false", "scripts": { "test:dev": "vitest", "test": "vitest run",