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 a63742f commit 825b91dCopy full SHA for 825b91d
.github/workflows/CI.yml
@@ -40,9 +40,7 @@ jobs:
40
fetch-depth: 0
41
- name: Commit lint ✨
42
uses: wagoid/commitlint-github-action@v1
43
- - uses: actions/setup-node@v1
44
- with:
45
- node-version: "14.x"
+ - uses: UziTech/action-setup-atom@v1
46
- name: Install NPM dependencies
47
run: |
48
npm ci # uses locked module. use `npm install` for non-locked
@@ -59,7 +57,7 @@ jobs:
59
57
- uses: UziTech/action-setup-atom@v1
60
58
- uses: actions/setup-node@v1
61
with:
62
+ node-version: "12.x"
63
- name: NPM install
64
run: npm ci
65
- name: Build and Commit
0 commit comments