diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 0b17a90f..eeb6845e 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x] + node-version: [12.x, 14.x, 16.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: @@ -27,7 +27,7 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'npm' - run: npm i - - run: npm i aws-sdk@^2.581.0 + - run: npm i aws-sdk@latest - run: npm run compile --if-present - run: npm run coverage-all --if-present - uses: actions/upload-artifact@v3 diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index aac47951..126b9fd5 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -17,7 +17,7 @@ jobs: node-version: 12 registry-url: https://registry.npmjs.org/ - run: npm ci - - run: npm i aws-sdk@^2.581.0 + - run: npm i aws-sdk@latest - run: npm run compile --if-present - run: npm run coverage-all diff --git a/package.json b/package.json index b9654751..a517f958 100644 --- a/package.json +++ b/package.json @@ -60,9 +60,9 @@ "sinon": "^13.0.1", "sinon-chai": "^3.7.0", "ts-node": "^10.7.0", - "typedoc": "^0.22.15", - "typedoc-plugin-no-inherit": "^1.3.1", - "typedoc-plugin-replace-text": "^1.0.0", + "typedoc": "^0.23.19", + "typedoc-plugin-no-inherit": "^1.4.0", + "typedoc-plugin-replace-text": "^2.1.0", "typescript": "^4.7.4" }, "peerDependencies": {