diff --git a/.github/workflows/plugins-ci-mongo.yml b/.github/workflows/plugins-ci-mongo.yml index 21c7982..863037e 100644 --- a/.github/workflows/plugins-ci-mongo.yml +++ b/.github/workflows/plugins-ci-mongo.yml @@ -98,7 +98,7 @@ jobs: contents: read strategy: matrix: - node-version: [14, 16, 18, 20] + node-version: [14, 16, 18, 20, 21] os: [ubuntu-latest] db: [5] diff --git a/.github/workflows/plugins-ci-mysql.yml b/.github/workflows/plugins-ci-mysql.yml index d90c0a1..2cc337d 100644 --- a/.github/workflows/plugins-ci-mysql.yml +++ b/.github/workflows/plugins-ci-mysql.yml @@ -100,7 +100,7 @@ jobs: contents: read strategy: matrix: - node-version: [14, 16, 18, 20] + node-version: [14, 16, 18, 20, 21] os: [ubuntu-latest] db: ['mysql:8.0'] diff --git a/.github/workflows/plugins-ci-package-manager.yml b/.github/workflows/plugins-ci-package-manager.yml index 3dea49d..49f9d98 100644 --- a/.github/workflows/plugins-ci-package-manager.yml +++ b/.github/workflows/plugins-ci-package-manager.yml @@ -11,7 +11,7 @@ jobs: contents: read strategy: matrix: - node-version: [16, 18, 20] + node-version: [16, 18, 20, 21] os: [ubuntu-latest] pnpm-version: [8] # pnpm@8 does not support Node.js 14 so include it separately diff --git a/.github/workflows/plugins-ci-postgres.yml b/.github/workflows/plugins-ci-postgres.yml index 7e8fe5f..be5502a 100644 --- a/.github/workflows/plugins-ci-postgres.yml +++ b/.github/workflows/plugins-ci-postgres.yml @@ -98,7 +98,7 @@ jobs: contents: read strategy: matrix: - node-version: [14, 16, 18, 20] + node-version: [14, 16, 18, 20, 21] os: [ubuntu-latest] db: ['postgres:11-alpine'] diff --git a/.github/workflows/plugins-ci-redis.yml b/.github/workflows/plugins-ci-redis.yml index 8f2b494..c238335 100644 --- a/.github/workflows/plugins-ci-redis.yml +++ b/.github/workflows/plugins-ci-redis.yml @@ -96,7 +96,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14, 16, 18, 20] + node-version: [14, 16, 18, 20, 21] db: [5, 6, 7] exclude: - os: windows-latest diff --git a/.github/workflows/plugins-ci.yml b/.github/workflows/plugins-ci.yml index 921fda4..ed8b275 100644 --- a/.github/workflows/plugins-ci.yml +++ b/.github/workflows/plugins-ci.yml @@ -98,7 +98,7 @@ jobs: contents: read strategy: matrix: - node-version: [14, 16, 18, 20] + node-version: [14, 16, 18, 20, 21] os: [macos-latest, ubuntu-latest, windows-latest] exclude: - os: windows-latest