Skip to content

Commit

Permalink
comment install
Browse files Browse the repository at this point in the history
  • Loading branch information
ETLaurent committed Sep 26, 2023
1 parent f4889ec commit 2a4213f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/outdated-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2a4213f

Please sign in to comment.