diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2eff2665..c312a8dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [20.x, 22.x] + node-version: [22.x, 24.x] steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index b909aa01..892a67fc 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 20.x + node-version: 22.x registry-url: 'https://registry.npmjs.org' cache: pnpm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de27247b..defc20a1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 20.x + node-version: 22.x - run: npx changelogithub env: @@ -28,7 +28,7 @@ jobs: - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 20.x + node-version: 22.x registry-url: 'https://registry.npmjs.org' - run: pnpm install diff --git a/.nvmrc b/.nvmrc index 2fdffdec..89b93fd7 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.10.0 \ No newline at end of file +22.18.0 \ No newline at end of file diff --git a/package.json b/package.json index 27f6a64f..1241b7ae 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "type": "module", "version": "0.0.2-beta.8", - "packageManager": "pnpm@9.15.0", + "packageManager": "pnpm@10.15.0", "scripts": { "build": "turbo --filter \"./packages/*\" build", "dev": "turbo --filter \"./packages/*\" dev", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 7313d47c..96975e1c 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -3,6 +3,7 @@ packages: - docs - demo/* - e2e/** +neverBuiltDependencies: [] catalogs: react18: '@types/react': ^19.1.0 diff --git a/turbo.json b/turbo.json index db351a15..20dc8f63 100644 --- a/turbo.json +++ b/turbo.json @@ -1,5 +1,11 @@ { "$schema": "https://turborepo.org/schema.json", + "globalDependencies": [ + "package.json", + "tsconfig.json", + "pnpm-lock.yaml", + "pnpm-workspace.yaml" + ], "tasks": { "dev": { "cache": false,