dyedgreen / deno-sqlite

Deno SQLite module
https://deno.land/x/sqlite
MIT License
409 stars 36 forks source link

Update CI to use fixed version of Deno #24

Closed dyedgreen closed 4 years ago

dyedgreen commented 4 years ago

It might make sense to run the test CI against a fixed version of Deno, or perhaps against multiple releases of Deno.

dyedgreen commented 4 years ago

Actually, staying on the latest Deno version has worked well for keeping up with Deno API changes, so I'll leave it like this for now. Testing against multiple releases can be considered once Deno reaches stable versions.