diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index 60f09bf..da08610 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -25,8 +25,9 @@ jobs: - name: Install dependencies run: npm install - - name: Update dependencies + - name: Update dependencies run: npm update - name: Build run: npm run production +