File tree Expand file tree Collapse file tree
packages-internal/api-docs-builder Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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]]
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 4747 "directory" : " build"
4848 },
4949 "engines" : {
50- "node" : " >=22"
50+ "node" : " >=22.23.1 "
5151 }
5252}
You can’t perform that action at this time.
0 commit comments