denolib / setup-deno

Set up your GitHub Actions workflow with a specific version of deno
https://github.com/marketplace/actions/setup-deno-environment
MIT License
181 stars 16 forks source link

update deps #54

Closed zhmushan closed 4 years ago

zhmushan commented 4 years ago

I can do nothing about it until I find a Windows device.

axetroy commented 4 years ago

Maybe we can upgrade one by one. This is also the easiest way to upgrade deps.

axetroy commented 4 years ago

截屏2020-07-31 19 37 51

I found that the reason for CI failure is prettier.

Maybe we can skip this step in Windows CI.

zhmushan commented 4 years ago

I skipped the format check on windows...

axetroy commented 4 years ago

We should run npm run release to update dist/index.js

BTW. The command npm run release is ambiguous. it makes people confuse.

zhmushan commented 4 years ago

Could we merge this first? I will continue to make some changes tomorrow.