diff --git a/.github/workflows/update-dependencies.yaml b/.github/workflows/update-dependencies.yaml index 1b0cacc..6b73739 100644 --- a/.github/workflows/update-dependencies.yaml +++ b/.github/workflows/update-dependencies.yaml @@ -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