Skip to content

Commit 825b91d

Browse files
committed
install atom in lint job
1 parent a63742f commit 825b91d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ jobs:
4040
fetch-depth: 0
4141
- name: Commit lint ✨
4242
uses: wagoid/commitlint-github-action@v1
43-
- uses: actions/setup-node@v1
44-
with:
45-
node-version: "14.x"
43+
- uses: UziTech/action-setup-atom@v1
4644
- name: Install NPM dependencies
4745
run: |
4846
npm ci # uses locked module. use `npm install` for non-locked
@@ -59,7 +57,7 @@ jobs:
5957
- uses: UziTech/action-setup-atom@v1
6058
- uses: actions/setup-node@v1
6159
with:
62-
node-version: "14.x"
60+
node-version: "12.x"
6361
- name: NPM install
6462
run: npm ci
6563
- name: Build and Commit

0 commit comments

Comments
 (0)