Skip to content
This repository was archived by the owner on Feb 9, 2023. It is now read-only.

Commit 7909533

Browse files
authored
Run less CI (#24)
1 parent 1413c96 commit 7909533

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,16 @@ env:
1414

1515
jobs:
1616
test:
17-
name: Test on Node.js ${{ matrix.node }} and ${{ matrix.os }}
17+
name: Test on Node.js ${{ matrix.node }}
1818

19-
runs-on: ${{ matrix.os }}
19+
runs-on: ubuntu-latest
2020

2121
strategy:
2222
fail-fast: false
2323
matrix:
2424
node: [10, 12]
25-
os: [ubuntu-latest, windows-latest, macos-latest]
2625

2726
steps:
28-
- name: Set git to use LF
29-
run: |
30-
git config --global core.autocrlf false
31-
git config --global core.eol lf
32-
3327
- uses: actions/checkout@v2
3428

3529
- name: Use Node.js ${{ matrix.node }}

.travis.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)