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:
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