Skip to content

Commit 9916688

Browse files
committed
chore(deps): update bahmutov/npm-install action to v1.7.3
1 parent 6d0019a commit 9916688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Install npm packages (with caching)
18-
uses: bahmutov/npm-install@v1.7.1
18+
uses: bahmutov/npm-install@v1.7.3
1919
- name: Run tests
2020
run: npm test
2121
- name: Generate and publish coveralls coverage reports

0 commit comments

Comments
 (0)