Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SSSensational committed Sep 2, 2024
1 parent bc23956 commit 01bb8b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [16.5]
node-version: [20.11.1]
steps:
- uses: actions/checkout@v2
- run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion dev-examples/docs/src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import ReactDOM from 'react-dom/client';
import Router from '@router/index';
import { completeDetect as completeDetectConflux } from '@cfxjs/use-wallet-react/conflux';
import { completeDetect as completeDetectEthereum } from '@cfxjs/use-wallet-react/ethereum/Fluent';
import { completeDetect as completeDetectEthereum } from '@cfxjs/use-wallet-react/ethereum';
import 'custom-react-scrollbar/dist/style.css';
import './index.css';

Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"release:docs": "turbo run release --scope=docs",
"release:enhance-react": "node ./enhance/react/build/release.js",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"preinstall": "npx only-allow yarn"
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"prettier": "latest",
Expand All @@ -35,7 +34,7 @@
},
"engines": {
"npm": ">=7.0.0",
"node": ">=14.0.0"
"node": ">=20.0.0"
},
"packageManager": "yarn@1.22.18"
}

0 comments on commit 01bb8b1

Please sign in to comment.