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:
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:

View File

@@ -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

View File

@@ -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

2
.nvmrc
View File

@@ -1 +1 @@
22.10.0
22.18.0

View File

@@ -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",

View File

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

View File

@@ -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,