From 2a4213f2c897e1d66fb8ba09665396ad126e81b7 Mon Sep 17 00:00:00 2001 From: Etienne Laurent Date: Tue, 26 Sep 2023 12:09:53 +0200 Subject: [PATCH] comment install --- .github/workflows/outdated-dependencies.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/outdated-dependencies.yml b/.github/workflows/outdated-dependencies.yml index 84a0205899..38cd880856 100644 --- a/.github/workflows/outdated-dependencies.yml +++ b/.github/workflows/outdated-dependencies.yml @@ -22,8 +22,9 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - - name: Install dependencies - run: npm install + # TODO: uncomment install + # - name: Install dependencies + # run: npm install - name: Check outdated dependencies id: run_outdated run: npm outdated >> "$GITHUB_OUTPUT"