File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 3030 - uses : pnpm/action-setup@v4
3131 - uses : actions/setup-node@v6
3232 with :
33- node-version : 22
33+ node-version : 24
3434 registry-url : ' https://registry.npmjs.org'
3535 cache : pnpm
3636 - run : npm install -g npm@latest # ensure that the globally installed npm is new enough to support OIDC
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