Skip to content

Commit

Permalink
ci: install new dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Jun 21, 2023
1 parent 8e152a6 commit a8a06b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
run: npm ci --no-audit --ignore-scripts

- name: Update dependencies
run: npx npm-check-updates -u
run: |
npx npm-check-updates -u
npm i
- run: echo DATE="`date --iso-8601`" >> $GITHUB_ENV

Expand Down

0 comments on commit a8a06b2

Please sign in to comment.