We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1413c96 commit 7909533Copy full SHA for 7909533
.github/workflows/nodejs.yml
@@ -14,22 +14,16 @@ env:
14
15
jobs:
16
test:
17
- name: Test on Node.js ${{ matrix.node }} and ${{ matrix.os }}
+ name: Test on Node.js ${{ matrix.node }}
18
19
- runs-on: ${{ matrix.os }}
+ runs-on: ubuntu-latest
20
21
strategy:
22
fail-fast: false
23
matrix:
24
node: [10, 12]
25
- os: [ubuntu-latest, windows-latest, macos-latest]
26
27
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
-
33
- uses: actions/checkout@v2
34
35
- name: Use Node.js ${{ matrix.node }}
.travis.yml
0 commit comments