File tree Expand file tree Collapse file tree 5 files changed +99
-93
lines changed Expand file tree Collapse file tree 5 files changed +99
-93
lines changed Original file line number Diff line number Diff line change 1212 - run : corepack enable
1313 - uses : actions/setup-node@v6
1414 with :
15- node-version : 22
15+ node-version : 24
1616 package-manager-cache : false
1717 - uses : pnpm/action-setup@v4
1818
Original file line number Diff line number Diff line change 5555 - uses : pnpm/action-setup@v4
5656 - uses : actions/setup-node@v6
5757 with :
58- node-version : 22
58+ node-version : 24
5959 cache : pnpm
6060 - run : pnpm install --frozen-lockfile
6161 - name : " Generate Explanation and Prep Changelogs"
Original file line number Diff line number Diff line change 4949 - uses : pnpm/action-setup@v4
5050 - uses : actions/setup-node@v6
5151 with :
52- node-version : 22
52+ node-version : 24
5353 # This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
5454 registry-url : ' https://registry.npmjs.org'
5555 cache : pnpm
Original file line number Diff line number Diff line change 4848 "extends" : " ../../package.json"
4949 },
5050 "devDependencies" : {
51- "@types/node" : " ^22.10.10 " ,
51+ "@types/node" : " ^24.0.0 " ,
5252 "publint" : " ^0.3.0" ,
5353 "vite" : " ^7.0.0" ,
5454 "vitest" : " ^3.0.5"
You can’t perform that action at this time.
0 commit comments