diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 397f211a7..8fc95bcbe 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -144,7 +144,7 @@ jobs: services: mysql: - image: mysql:5.7 + image: mysql:9.5 env: MYSQL_ALLOW_EMPTY_PASSWORD: true MYSQL_DATABASE: cnpmcore_unittest @@ -194,7 +194,7 @@ jobs: services: mysql: - image: mysql:5.7 + image: mysql:9.5 env: MYSQL_ALLOW_EMPTY_PASSWORD: true MYSQL_DATABASE: cnpmcore_unittest