Skip to content

Commit

Permalink
feat: 更新测试版本
Browse files Browse the repository at this point in the history
  • Loading branch information
KonghaYao committed Dec 28, 2024
1 parent c44d074 commit d10b086
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 90 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-font-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.44.1-noble
image: mcr.microsoft.com/playwright:v1.49.1-noble
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@cn-ui/reactive": "^2.3.0",
"@grpc/grpc-js": "^1.12.2",
"@grpc/grpc-js": "^1.12.5",
"google-protobuf": "^3.21.4",
"gzip": "^0.1.0",
"jszip": "^3.10.1",
Expand All @@ -20,12 +20,12 @@
"pngjs": "^7.0.0",
"protobufjs": "^7.4.0",
"shelljs": "^0.8.5",
"solid-js": "^1.8.17",
"solid-js": "^1.9.3",
"solidjs-use": "^2.3.0"
},
"devDependencies": {
"@napi-rs/woff-build": "^0.2.0",
"@playwright/test": "^1.44.1",
"@playwright/test": "^1.49.1",
"@types/pixelmatch": "^5.2.6",
"@types/pngjs": "^6.0.5",
"@types/shelljs": "^0.8.15",
Expand Down
Loading

0 comments on commit d10b086

Please sign in to comment.