Skip to content

Commit

Permalink
fix: removed fixed npm version from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroerta committed Feb 1, 2022
1 parent 243958c commit eb83b91
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

# Fixes the version of npm
- name: 'change npm version'
uses: reedyuk/[email protected]
with:
version: '6.4.11'

# Runs a single command using the runners shell
- name: Bootstrap packages
run: npm run reset
Expand Down

0 comments on commit eb83b91

Please sign in to comment.