diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 944a2aea..5ae5bd08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: if: github.event.pull_request.draft == false strategy: matrix: - node-version: [18] + node-version: [18, 20] # Only Linux containers support services currently os: [ubuntu-latest] runs-on: ${{ matrix.os }} @@ -157,7 +157,7 @@ jobs: if: github.event.pull_request.draft == false strategy: matrix: - node-version: [18] + node-version: [18, 20] os: [macos-latest, ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} steps: diff --git a/package-lock.json b/package-lock.json index 2cf19b96..36b046f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "esbuild-plugin-glob": "^2.2.3", "eslint": "^8.55.0", "eslint-config-airbnb-base": "^15.0.0", - "eslint-config-prettier": "^9.0.0", + "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.0", "eslint-plugin-jest": "^27.6.0", "eslint-plugin-jsdoc": "^46.9.0", diff --git a/package.json b/package.json index 19fff0ac..f1ac7994 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "esbuild-plugin-glob": "^2.2.3", "eslint": "^8.55.0", "eslint-config-airbnb-base": "^15.0.0", - "eslint-config-prettier": "^9.0.0", + "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.0", "eslint-plugin-jest": "^27.6.0", "eslint-plugin-jsdoc": "^46.9.0",