halvardssm / deno-nessie

A modular Deno library for PostgreSQL, MySQL, MariaDB and SQLite migrations
MIT License
527 stars 31 forks source link

Add support to deno version 1.2.1 #70

Closed fzn0x closed 4 years ago

fzn0x commented 4 years ago

Fixes #

Is this a breaking change?

Checklist:

Please review the guidelines for contributing to this repository.

When all of the above is completed, request a review from one of the codeowners.

Description:

add support to latest deno version 1.2.1

halvardssm commented 4 years ago

Hi @fauzan121002 , thanks for your PR! A couple of things needs to be done before we can merge your pr:

Please follow the guidelines for submitting a pr before requesting a review (run deno fmt etc.)

fzn0x commented 4 years ago

Hi @fauzan121002 , thanks for your PR! A couple of things needs to be done before we can merge your pr:

  • Update the deno version in the github ci file
  • Fix the formatting issues
  • Make sure the pipeline passes

Please follow the guidelines for submitting a pr before requesting a review (run deno fmt etc.)

Thanks , sorry i can't wait deno-nessie to support latest deno v1.2.1 , i hope this useful for you