diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e709db0..c43bdf2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,8 @@ env: jobs: build: - runs-on: ubuntu-18.04 + # ubuntu support dropped due to https://github.com/ankane/setup-mysql/commit/70636bf8d2c54521a1b871af766b58d76b468d94 + runs-on: macos-12 strategy: matrix: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ diff --git a/package-lock.json b/package-lock.json index 172fbca..2c4763b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "loopback-connector-mysql", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "async": "^3.2.0",