File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
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
Original file line number Diff line number Diff line change 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
47Native library at the core of Atom's text editor.
58
You can’t perform that action at this time.
0 commit comments