File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 14
14
- ubuntu-latest
15
15
- macos-latest
16
16
- windows-latest
17
+ node_version :
18
+ - 10
19
+ - 12
20
+ - 14
17
21
name : Node ${{ matrix.node_version }} on ${{ matrix.os }}
18
22
19
23
steps :
30
34
- name : Setup node
31
35
uses : actions/setup-node@v2-beta
32
36
with :
33
- node-version : 14
37
+ node-version : ${{ matrix.node_version }}
34
38
35
39
- name : Install dependencies
36
40
run : npm install
Original file line number Diff line number Diff line change 1
1
# 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
+
3
6
4
7
Native library at the core of Atom's text editor.
5
8
You can’t perform that action at this time.
0 commit comments