diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 46496b9c..6dd070ee 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: test: strategy: matrix: - node: [16.x, 18.x] + node: [16.x, 18.x, 20.x] os: [ubuntu-20.04] runs-on: ${{ matrix.os }} # Service containers to run with `container-job` diff --git a/package.json b/package.json index fab7b8be..bd588ad0 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "docsify-cli": "4.4.4", "eslint": "8.46.0", "eslint-config-nodemailer": "1.2.0", - "eslint-config-prettier": "8.10.0", + "eslint-config-prettier": "9.0.0", "grunt": "1.6.1", "grunt-cli": "1.4.3", "grunt-eslint": "24.3.0", @@ -53,7 +53,7 @@ "base32.js": "0.1.0", "bcryptjs": "2.4.3", "bson": "5.4.0", - "bullmq": "4.7.0", + "bullmq": "4.7.1", "fido2-lib": "3.4.1", "gelf": "2.0.1", "generate-password": "1.7.0",