Skip to content

Commit db4f7cd

Browse files
ci: 👷 cleaned up CI title (#265)
1 parent 81454e4 commit db4f7cd

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: CI
2+
23
on: [push]
4+
35
jobs:
46
build:
5-
name: Build, lint on Node ${{ matrix.node }} and ${{ matrix.os }}
7+
name: Node ${{ matrix.node }} on ${{ matrix.os }}
68

79
runs-on: ${{ matrix.os }}
810
strategy:

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ jobs:
1414
- name: Checkout repo
1515
uses: actions/checkout@v2
1616

17-
- uses: actions/setup-node@v2
17+
- name: Setup node
18+
uses: actions/setup-node@v2
19+
with:
20+
node-version: 14.x
21+
registry-url: https://registry.npmjs.org
1822

1923
- name: Install deps and build (with cache)
2024
uses: bahmutov/npm-install@v1

0 commit comments

Comments
 (0)