Skip to content

Commit b6e1d13

Browse files
Bump node
1 parent 2bcf35f commit b6e1d13

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Use Node.js
3838
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3939
with:
40-
node-version: '22.18.0'
40+
node-version: '22.23.1'
4141
cache: 'pnpm' # https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#caching-packages-dependencies
4242
- run: pnpm install
4343
- name: Cache Next.js build

.github/workflows/publish-canaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Use Node.js
1818
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
1919
with:
20-
node-version: '22.18.0'
20+
node-version: '22.23.1'
2121
cache: 'pnpm' # https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#caching-packages-dependencies
2222
- run: pnpm install
2323
- run: pnpm canary:release --ignore @mui/icons-material --yes --skip-last-commit-comparison

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
command = "pnpm docs:build"
77

88
[build.environment]
9-
NODE_VERSION = "22.18"
9+
NODE_VERSION = "22.23"
1010
PNPM_FLAGS = "--frozen-lockfile"
1111

1212
# [[plugins]]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,6 @@
152152
"packageManager": "pnpm@11.5.0",
153153
"engines": {
154154
"pnpm": "11.5.0",
155-
"node": ">=22.18.0"
155+
"node": ">=22.23.1"
156156
}
157157
}

packages-internal/api-docs-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"directory": "build"
4848
},
4949
"engines": {
50-
"node": ">=22"
50+
"node": ">=22.23.1"
5151
}
5252
}

0 commit comments

Comments
 (0)