chore: bump node.js & pnpm (#4289)

This commit is contained in:
Alex Yang
2025-08-28 13:22:48 -07:00
committed by GitHub
parent 1430382312
commit bf44d8ee8e
7 changed files with 13 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
node-version: [20.x, 22.x] node-version: [22.x, 24.x]
steps: steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with: with:

View File

@@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with: with:
node-version: 20.x node-version: 22.x
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'
cache: pnpm cache: pnpm

View File

@@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with: with:
node-version: 20.x node-version: 22.x
- run: npx changelogithub - run: npx changelogithub
env: env:
@@ -28,7 +28,7 @@ jobs:
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with: with:
node-version: 20.x node-version: 22.x
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'
- run: pnpm install - run: pnpm install

2
.nvmrc
View File

@@ -1 +1 @@
22.10.0 22.18.0

View File

@@ -3,7 +3,7 @@
"private": true, "private": true,
"type": "module", "type": "module",
"version": "0.0.2-beta.8", "version": "0.0.2-beta.8",
"packageManager": "pnpm@9.15.0", "packageManager": "pnpm@10.15.0",
"scripts": { "scripts": {
"build": "turbo --filter \"./packages/*\" build", "build": "turbo --filter \"./packages/*\" build",
"dev": "turbo --filter \"./packages/*\" dev", "dev": "turbo --filter \"./packages/*\" dev",

View File

@@ -3,6 +3,7 @@ packages:
- docs - docs
- demo/* - demo/*
- e2e/** - e2e/**
neverBuiltDependencies: []
catalogs: catalogs:
react18: react18:
'@types/react': ^19.1.0 '@types/react': ^19.1.0

View File

@@ -1,5 +1,11 @@
{ {
"$schema": "https://turborepo.org/schema.json", "$schema": "https://turborepo.org/schema.json",
"globalDependencies": [
"package.json",
"tsconfig.json",
"pnpm-lock.yaml",
"pnpm-workspace.yaml"
],
"tasks": { "tasks": {
"dev": { "dev": {
"cache": false, "cache": false,