Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adRn-s committed Sep 5, 2024
1 parent 766d8ff commit 9ef460b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ jobs:
- name: Frontend Update
uses: actions/setup-node@v4
with:
# node-version: '20'
node-version-file: 'frontend/package.json'
# node-version: '20'
cache: 'npm'
cache-dependency-path: 'frontend/package-lock.json'
# cache-dependency-path: 'frontend/package-lock.json' ## it's not committed, so...
- run: npm install -g npm-check-updates
- run: cd frontend && ncu -u

Expand Down

0 comments on commit 9ef460b

Please sign in to comment.