Skip to content

Commit

Permalink
Delete unnecessary shadowing install Node deps cron-job
Browse files Browse the repository at this point in the history
  • Loading branch information
zourdyzou committed Aug 4, 2022
1 parent 65279e9 commit d66193e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,9 @@ jobs:
node-version-file: '.nvmrc'

# Install deps
- name: Install npm deps
- name: Install Node deps
run: npm i

- name: Install Node.js dependencies
run: npm ci

# Run project test
- name: Tests
run: npm run test
Expand Down

0 comments on commit d66193e

Please sign in to comment.