We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d322516 commit db57ae6Copy full SHA for db57ae6
.github/workflows/ut.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- run: npm install
30
31
- - run: npm install canvas --canvas_binary_host_mirror=https://npm.taobao.org/mirrors/node-canvas-prebuilt/
+ - run: npm install canvas --canvas_binary_host_mirror=https://registry.npmmirror.com/-/binary/canvas
32
33
- name: Run Tests
34
run: npm test
0 commit comments