We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d0019a commit 331777cCopy full SHA for 331777c
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v2
17
- name: Install npm packages (with caching)
18
- uses: bahmutov/npm-install@v1.7.1
+ uses: bahmutov/npm-install@v1.8.35
19
- name: Run tests
20
run: npm test
21
- name: Generate and publish coveralls coverage reports
0 commit comments