We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7b08a commit e846cf6Copy full SHA for e846cf6
.github/workflows/release-on-push-to-mainline.yml
@@ -18,10 +18,8 @@ jobs:
18
uses: actions/setup-node@v1
19
with:
20
node-version: ${{ matrix.node-version }}
21
- - name: Install example dependencies
22
- run: npm run install-example-dependencies
23
- name: Install
24
- run: npm install
+ run: npm ci
25
- name: Test
26
run: npm test
27
- name: Lint
0 commit comments