Skip to content

Commit

Permalink
chore: up nuxt-echarts to fix netlify edge deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Aug 12, 2024
1 parent 71d1a31 commit 923611c
Show file tree
Hide file tree
Showing 3 changed files with 240 additions and 247 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"@nuxt/eslint": "0.5.0",
"@nuxt/test-utils": "^3.14.0",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.8.0",
"eslint": "^9.9.0",
"happy-dom": "^14.12.3",
"nuxt": "^3.12.4",
"nuxt-echarts": "^0.2.1",
"nuxt-echarts": "^0.2.2",
"playwright-core": "^1.46.0",
"prettier": "^3.3.3",
"rollup-plugin-regexp": "^5.0.1",
Expand Down
Loading

0 comments on commit 923611c

Please sign in to comment.