Skip to content

Commit 9be829e

Browse files
committed
Revert "Remove other ci configs and update badge"
This reverts commit 833f7dd. Update README.md
1 parent 5f3c761 commit 9be829e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
- ubuntu-latest
1515
- macos-latest
1616
- windows-latest
17+
node_version:
18+
- 10
19+
- 12
20+
- 14
1721
name: Node ${{ matrix.node_version }} on ${{ matrix.os }}
1822

1923
steps:
@@ -30,7 +34,7 @@ jobs:
3034
- name: Setup node
3135
uses: actions/setup-node@v2-beta
3236
with:
33-
node-version: 14
37+
node-version: ${{ matrix.node_version }}
3438

3539
- name: Install dependencies
3640
run: npm install

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Superstring
2-
[![ci](https://github.com/atom/superstring/actions/workflows/ci.yml/badge.svg)](https://github.com/atom/superstring/actions/workflows/ci.yml)
2+
[![macOS Build Status](https://circleci.com/gh/atom/superstring/tree/master.svg?style=shield)](https://circleci.com/gh/atom/superstring)
3+
[![Dependency Status](https://david-dm.org/atom/superstring.svg)](https://david-dm.org/atom/superstring)
4+
5+
36

47
Native library at the core of Atom's text editor.
58

0 commit comments

Comments
 (0)