diff --git a/workflow-templates/check-javascript-task.md b/workflow-templates/check-javascript-task.md index 404ad275..636967ad 100644 --- a/workflow-templates/check-javascript-task.md +++ b/workflow-templates/check-javascript-task.md @@ -31,7 +31,7 @@ The tool dependencies of this workflow are managed by [npm](https://www.npmjs.co Add the dependencies by running this command: ```text -npm install --save-dev eslint@^8.51.0 eslint-config-prettier@^9.0.0 +npm install --save-dev eslint@^8.52.0 eslint-config-prettier@^9.0.0 npx install-peerdeps --dev eslint-config-airbnb-base ```