File tree Expand file tree Collapse file tree 3 files changed +5
-11
lines changed
Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
33on :
44 push :
55 branches :
6- - openrpc-v2
6+ - main
77 workflow_dispatch :
88
99jobs :
Original file line number Diff line number Diff line change 66 lint-and-check :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v2
10- - name : Use Node.js 15.x
11- uses : actions/setup-node@v1
9+ - uses : actions/checkout@v4
10+ - name : Use Node.js 22
11+ uses : actions/setup-node@v4
1212 with :
13- node-version : ^15.x
13+ node-version : 22
1414 - run : npm ci
1515 - run : npm run build
1616 - run : npm run lint
Original file line number Diff line number Diff line change 2727 },
2828 "homepage" : " https://github.com/ethereum/execution-apis#readme" ,
2929 "devDependencies" : {
30- "@docusaurus/module-type-aliases" : " 3.7.0" ,
31- "@docusaurus/tsconfig" : " 3.7.0" ,
32- "@docusaurus/types" : " 3.7.0" ,
3330 "@graphql-inspector/core" : " ~3.3.0" ,
3431 "@open-rpc/generator" : " ^2.0.1" ,
3532 "@open-rpc/schema-utils-js" : " ^2.1.2" ,
4239 "typescript" : " ~5.6.2"
4340 },
4441 "dependencies" : {
45- "@docusaurus/core" : " 3.7.0" ,
46- "@docusaurus/plugin-content-docs" : " ^3.7.0" ,
4742 "@mdx-js/react" : " ^3.0.0" ,
48- "@metamask/docusaurus-openrpc" : " ^0.4.1" ,
4943 "clsx" : " ^2.0.0" ,
5044 "prism-react-renderer" : " ^2.3.0" ,
5145 "react" : " ^18.0.0" ,
You can’t perform that action at this time.
0 commit comments