We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebe4b8d commit f669b73Copy full SHA for f669b73
1 file changed
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
node-version: ${{ matrix.node }}
22
- name: Install Deps
23
- run: npm run install
+ run: npm install
24
- name: Validate package
25
run: npm run validate
26
@@ -34,5 +34,7 @@ jobs:
34
uses: actions/setup-node@v2-beta
35
36
node-version: 12.x
37
+ - name: Install Deps
38
39
- name: Update tests, coverage, and release
40
run: npm run test:update && npx codecov && npx semantic-release
0 commit comments