Skip to content

Commit 0244712

Browse files
committed
update node evn
1 parent f3c8c52 commit 0244712

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
33
on:
44
push:
55
branches:
6-
- openrpc-v2
6+
- main
77
workflow_dispatch:
88

99
jobs:

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ jobs:
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

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@
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",
@@ -42,10 +39,7 @@
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",

0 commit comments

Comments
 (0)