File tree 2 files changed +2
-11
lines changed 2 files changed +2
-11
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
21
17
name : Node ${{ matrix.node_version }} on ${{ matrix.os }}
22
18
23
19
steps :
34
30
- name : Setup node
35
31
uses : actions/setup-node@v2-beta
36
32
with :
37
- node-version : ${{ matrix.node_version }}
33
+ node-version : 14
38
34
39
35
- name : Install dependencies
40
36
run : npm install
Original file line number Diff line number Diff line change 1
1
# Superstring
2
- [ ![ macOS Build Status] ( https://circleci.com/gh/atom/superstring/tree/master.svg?style=shield )] ( https://circleci.com/gh/atom/superstring )
3
- [ ![ linux Build Status] ( https://travis-ci.org/atom/superstring.svg?branch=master )] ( https://travis-ci.org/atom/superstring )
4
- [ ![ Windows Build Status] ( https://ci.appveyor.com/api/projects/status/n5pack4yk7w80fso/branch/master?svg=true )] ( https://ci.appveyor.com/project/Atom/superstring/branch/master )
5
- [ ![ Dependency Status] ( https://david-dm.org/atom/superstring.svg )] ( https://david-dm.org/atom/superstring )
6
-
7
-
2
+ [ ![ ci] ( https://github.com/atom/superstring/actions/workflows/ci.yml/badge.svg )] ( https://github.com/atom/superstring/actions/workflows/ci.yml )
8
3
9
4
Native library at the core of Atom's text editor.
10
5
You can’t perform that action at this time.
0 commit comments