File tree Expand file tree Collapse file tree 4 files changed +3
-22632
lines changed
Expand file tree Collapse file tree 4 files changed +3
-22632
lines changed Original file line number Diff line number Diff line change 2020 with :
2121 node-version : ${{ matrix.node }}
2222 - uses : actions/checkout@v1
23- - run : npm ci
23+ - run : npm install
2424 - run : npm run validate
2525 - name : Run TestCafe Tests
2626 uses : DevExpress/testcafe-action@latest
3434 with :
3535 node-version : 12
3636 - uses : actions/checkout@v1
37- - run : npm ci
37+ - run : npm install
3838 - run : npm run build
3939 - run : ls -asl dist
4040 - run : npx semantic-release
Original file line number Diff line number Diff line change 1+ package-lock = false
Original file line number Diff line number Diff line change @@ -16,12 +16,8 @@ language: node_js
1616node_js : " stable"
1717before_install :
1818 - stty cols 80
19- cache :
20- directories :
21- - " ~/.npm"
2219notifications :
2320 email : false
24- install : npm ci
2521script : npm run validate
2622after_success : npx semantic-release
2723branches :
You can’t perform that action at this time.
0 commit comments