Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2021-11-27 19:20:13 +0300
committerRich Trott <rtrott@gmail.com>2021-11-30 01:52:36 +0300
commit6fd0a60d6078f5e409077c4ca5856e939922308b (patch)
tree23bd6e94ef7ad82d899347d020184bb8786adaab /.github
parent45422db0740d2be10e421e1dd69108e3029d32bc (diff)
tools: update ESLint update script to consolidate dependencies
PR-URL: https://github.com/nodejs/node/pull/40995 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tools.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml
index c5d1d7eb114..d4f7a5d68c8 100644
--- a/.github/workflows/tools.yml
+++ b/.github/workflows/tools.yml
@@ -23,15 +23,6 @@ jobs:
echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_ENV
./update-eslint.sh
fi
- - id: "@babel/eslint-parser"
- run: |
- cd tools
- NEW_VERSION=$(npm view @babel/eslint-parser dist-tags.latest)
- CURRENT_VERSION=$(node -p "require('./node_modules/@babel/eslint-parser/package.json').version")
- if [ "$NEW_VERSION" != "$CURRENT_VERSION" ]; then
- echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_ENV
- ./update-babel-eslint.sh
- fi
- id: "lint-md-dependencies"
run: |
cd tools/lint-md